Html Css Color HEX #80314D Flirt

📋 copy color: '#80314D'

red 128 ◦ green 49 ◦ blue 77

#80314D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #80314D

Tints of Flirt #80314D

RGB

 RED value IS 128 (50.39% from 255) = 50.39%

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 50.39%
G = 19.29%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80314D (or 0x80314D) is known color: Flirt. HEX triplet: 80, 31 and 4D. RGB value is (128,49,77). Sum of RGB (Red+Green+Blue) = 128+49+77=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80314D is #7FCEB2. Grayscale: #4B4B4B. Windows color (decimal): -8375987 or 5058944. OLE color: 5058944.

HSL color Cylindrical-coordinate representation of color #80314D: hue angle of 338.73º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80314D is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 77 -
CMYK 0 0.62 0.40 0.50
HSL 338.73º 0.45% 0.35% -
HSV(B) 338.73º 0.62% 0.5% -
XYZ 11.34 7.32 7.84 -
YUV 75.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 128 49 77 0 0.62 0.40 0.50 338.73 0.45 0.35
Hex 80 31 4D 0 3E 28 32 153 2D 23
Octal 200 61 115 0 76 50 62 523 55 43
Binary 10000000 110001 1001101 0 111110 101000 110010 101010011 101101 100011

Color Harmonies of #80314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80314D

Black with #80314D

Text Example


Text Example

White with #80314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80314D; }

 p { color: rgb(128,49,77); }

 H1.HeaderClassName
 {
   color: #80314D;
 }
 .AnyTagClassName
 {
   color: #80314D;
 }
</style>

background-color css

<style>
 a { background-color: #80314D; }

 a { background-color: rgb(128,49,77); }

 div.DivClassName
 {
   background-color: #80314D;
 }
 .BgClassName
 {
   background-color: #80314D;
 }
</style>

border-color css

<style>
 span { border-color: #80314D; }

 span { border-color: rgb(128,49,77); }

 td.TdClassName
 {
   border-color: #80314D;
 }
 .TagClassName
 {
   border-color: #80314D;
 }
</style>