Html Css Color HEX #721037 Pompadour

📋 copy color: '#721037'

red 114 ◦ green 16 ◦ blue 55

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

Shades of Pompadour #721037

Tints of Pompadour #721037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 61.62%
G = 8.65%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#721037 (or 0x721037) is known color: Pompadour. HEX triplet: 72, 10 and 37. RGB value is (114,16,55). Sum of RGB (Red+Green+Blue) = 114+16+55=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721037 is #8DEFC8. Grayscale: #313131. Windows color (decimal): -9301961 or 3608690. OLE color: 3608690.

HSL color Cylindrical-coordinate representation of color #721037: hue angle of 336.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721037 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 55 -
CMYK 0 0.86 0.52 0.55
HSL 336.12º 0.75% 0.25% -
HSV(B) 336.12º 0.86% 0.45% -
XYZ 7.81 4.22 4.02 -
YUV 49.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 114 16 55 0 0.86 0.52 0.55 336.12 0.75 0.25
Hex 72 10 37 0 56 34 37 150 4B 19
Octal 162 20 67 0 126 64 67 520 113 31
Binary 1110010 10000 110111 0 1010110 110100 110111 101010000 1001011 11001

Color Harmonies of #721037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721037

Black with #721037

Text Example


Text Example

White with #721037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721037; }

 p { color: rgb(114,16,55); }

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

background-color css

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

 a { background-color: rgb(114,16,55); }

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

border-color css

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

 span { border-color: rgb(114,16,55); }

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