Html Css Color HEX #721239 Pompadour

📋 copy color: '#721239'

red 114 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #721239

Tints of Pompadour #721239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 60.32%
G = 9.52%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#721239 (or 0x721239) is known color: Pompadour. HEX triplet: 72, 12 and 39. RGB value is (114,18,57). Sum of RGB (Red+Green+Blue) = 114+18+57=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721239 is #8DEDC6. Grayscale: #333333. Windows color (decimal): -9301447 or 3740274. OLE color: 3740274.

HSL color Cylindrical-coordinate representation of color #721239: hue angle of 335.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721239 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 57 -
CMYK 0 0.84 0.50 0.55
HSL 335.63º 0.73% 0.26% -
HSV(B) 335.63º 0.84% 0.45% -
XYZ 7.89 4.31 4.29 -
YUV 51.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 114 18 57 0 0.84 0.50 0.55 335.63 0.73 0.26
Hex 72 12 39 0 54 32 37 150 49 1A
Octal 162 22 71 0 124 62 67 520 111 32
Binary 1110010 10010 111001 0 1010100 110010 110111 101010000 1001001 11010

Color Harmonies of #721239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721239

Black with #721239

Text Example


Text Example

White with #721239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721239; }

 p { color: rgb(114,18,57); }

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

background-color css

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

 a { background-color: rgb(114,18,57); }

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

border-color css

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

 span { border-color: rgb(114,18,57); }

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