Html Css Color HEX #721445 Pompadour

📋 copy color: '#721445'

red 114 ◦ green 20 ◦ blue 69

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

Shades of Pompadour #721445

Tints of Pompadour #721445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 56.16%
G = 9.85%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721445 (or 0x721445) is known color: Pompadour. HEX triplet: 72, 14 and 45. RGB value is (114,20,69). Sum of RGB (Red+Green+Blue) = 114+20+69=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721445 is #8DEBBA. Grayscale: #353535. Windows color (decimal): -9300923 or 4527218. OLE color: 4527218.

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

Color convert

RGB 114 20 69 -
CMYK 0 0.82 0.39 0.55
HSL 328.72º 0.7% 0.26% -
HSV(B) 328.72º 0.82% 0.45% -
XYZ 8.26 4.51 6.06 -
YUV 53.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 114 20 69 0 0.82 0.39 0.55 328.72 0.7 0.26
Hex 72 14 45 0 52 27 37 149 46 1A
Octal 162 24 105 0 122 47 67 511 106 32
Binary 1110010 10100 1000101 0 1010010 100111 110111 101001001 1000110 11010

Color Harmonies of #721445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721445

Black with #721445

Text Example


Text Example

White with #721445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721445; }

 p { color: rgb(114,20,69); }

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

background-color css

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

 a { background-color: rgb(114,20,69); }

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

border-color css

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

 span { border-color: rgb(114,20,69); }

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