Html Css Color HEX #721942 Pompadour

📋 copy color: '#721942'

red 114 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #721942

Tints of Pompadour #721942

RGB

 RED value IS 114 (44.92% from 255) = 55.61%

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 55.61%
G = 12.2%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#721942 (or 0x721942) is known color: Pompadour. HEX triplet: 72, 19 and 42. RGB value is (114,25,66). Sum of RGB (Red+Green+Blue) = 114+25+66=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721942 is #8DE6BD. Grayscale: #383838. Windows color (decimal): -9299646 or 4331890. OLE color: 4331890.

HSL color Cylindrical-coordinate representation of color #721942: hue angle of 332.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721942 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 66 -
CMYK 0 0.78 0.42 0.55
HSL 332.36º 0.64% 0.27% -
HSV(B) 332.36º 0.78% 0.45% -
XYZ 8.27 4.67 5.62 -
YUV 56.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 114 25 66 0 0.78 0.42 0.55 332.36 0.64 0.27
Hex 72 19 42 0 4E 2A 37 14C 40 1B
Octal 162 31 102 0 116 52 67 514 100 33
Binary 1110010 11001 1000010 0 1001110 101010 110111 101001100 1000000 11011

Color Harmonies of #721942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721942

Black with #721942

Text Example


Text Example

White with #721942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721942; }

 p { color: rgb(114,25,66); }

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

background-color css

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

 a { background-color: rgb(114,25,66); }

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

border-color css

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

 span { border-color: rgb(114,25,66); }

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