Html Css Color HEX #781842 Pompadour

📋 copy color: '#781842'

red 120 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #781842

Tints of Pompadour #781842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 57.14%
G = 11.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#781842 (or 0x781842) is known color: Pompadour. HEX triplet: 78, 18 and 42. RGB value is (120,24,66). Sum of RGB (Red+Green+Blue) = 120+24+66=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781842 is #87E7BD. Grayscale: #393939. Windows color (decimal): -8906686 or 4331640. OLE color: 4331640.

HSL color Cylindrical-coordinate representation of color #781842: hue angle of 333.75º 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 #781842 is Cyan = 0, Magento = 0.8, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 66 -
CMYK 0 0.8 0.45 0.53
HSL 333.75º 0.67% 0.28% -
HSV(B) 333.75º 0.8% 0.47% -
XYZ 9.06 5.04 5.65 -
YUV 57.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 120 24 66 0 0.8 0.45 0.53 333.75 0.67 0.28
Hex 78 18 42 0 50 2D 35 14E 43 1C
Octal 170 30 102 0 120 55 65 516 103 34
Binary 1111000 11000 1000010 0 1010000 101101 110101 101001110 1000011 11100

Color Harmonies of #781842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781842

Black with #781842

Text Example


Text Example

White with #781842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781842; }

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

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

background-color css

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

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

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

border-color css

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

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

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