Html Css Color HEX #721137 Pompadour

📋 copy color: '#721137'

red 114 ◦ green 17 ◦ blue 55

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

Shades of Pompadour #721137

Tints of Pompadour #721137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 61.29%
G = 9.14%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#721137 (or 0x721137) is known color: Pompadour. HEX triplet: 72, 11 and 37. RGB value is (114,17,55). Sum of RGB (Red+Green+Blue) = 114+17+55=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721137 is #8DEEC8. Grayscale: #323232. Windows color (decimal): -9301705 or 3608946. OLE color: 3608946.

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

Color convert

RGB 114 17 55 -
CMYK 0 0.85 0.52 0.55
HSL 336.49º 0.74% 0.26% -
HSV(B) 336.49º 0.85% 0.45% -
XYZ 7.83 4.25 4.02 -
YUV 50.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 114 17 55 0 0.85 0.52 0.55 336.49 0.74 0.26
Hex 72 11 37 0 55 34 37 150 4A 1A
Octal 162 21 67 0 125 64 67 520 112 32
Binary 1110010 10001 110111 0 1010101 110100 110111 101010000 1001010 11010

Color Harmonies of #721137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721137

Black with #721137

Text Example


Text Example

White with #721137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721137; }

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

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

background-color css

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

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

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

border-color css

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

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

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