Html Css Color HEX #781849 Pompadour

📋 copy color: '#781849'

red 120 ◦ green 24 ◦ blue 73

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

Shades of Pompadour #781849

Tints of Pompadour #781849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 55.3%
G = 11.06%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781849 (or 0x781849) is known color: Pompadour. HEX triplet: 78, 18 and 49. RGB value is (120,24,73). Sum of RGB (Red+Green+Blue) = 120+24+73=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #781849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781849 is #87E7B6. Grayscale: #3A3A3A. Windows color (decimal): -8906679 or 4790392. OLE color: 4790392.

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

Color convert

RGB 120 24 73 -
CMYK 0 0.8 0.39 0.53
HSL 329.38º 0.67% 0.28% -
HSV(B) 329.38º 0.8% 0.47% -
XYZ 9.27 5.13 6.8 -
YUV 58.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 120 24 73 0 0.8 0.39 0.53 329.38 0.67 0.28
Hex 78 18 49 0 50 27 35 149 43 1C
Octal 170 30 111 0 120 47 65 511 103 34
Binary 1111000 11000 1001001 0 1010000 100111 110101 101001001 1000011 11100

Color Harmonies of #781849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781849

Black with #781849

Text Example


Text Example

White with #781849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781849; }

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

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

background-color css

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

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

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

border-color css

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

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

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