Html Css Color HEX #781249 Pompadour

📋 copy color: '#781249'

red 120 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #781249

Tints of Pompadour #781249

RGB

 RED value IS 120 (47.27% from 255) = 56.87%

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 56.87%
G = 8.53%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781249 (or 0x781249) is known color: Pompadour. HEX triplet: 78, 12 and 49. RGB value is (120,18,73). Sum of RGB (Red+Green+Blue) = 120+18+73=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781249 is #87EDB6. Grayscale: #363636. Windows color (decimal): -8908215 or 4788856. OLE color: 4788856.

HSL color Cylindrical-coordinate representation of color #781249: hue angle of 327.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781249 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 73 -
CMYK 0 0.85 0.39 0.53
HSL 327.65º 0.74% 0.27% -
HSV(B) 327.65º 0.85% 0.47% -
XYZ 9.16 4.91 6.77 -
YUV 54.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 120 18 73 0 0.85 0.39 0.53 327.65 0.74 0.27
Hex 78 12 49 0 55 27 35 148 4A 1B
Octal 170 22 111 0 125 47 65 510 112 33
Binary 1111000 10010 1001001 0 1010101 100111 110101 101001000 1001010 11011

Color Harmonies of #781249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781249

Black with #781249

Text Example


Text Example

White with #781249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781249; }

 p { color: rgb(120,18,73); }

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

background-color css

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

 a { background-color: rgb(120,18,73); }

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

border-color css

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

 span { border-color: rgb(120,18,73); }

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