Html Css Color HEX #721344 Pompadour

📋 copy color: '#721344'

red 114 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #721344

Tints of Pompadour #721344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 56.72%
G = 9.45%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#721344 (or 0x721344) is known color: Pompadour. HEX triplet: 72, 13 and 44. RGB value is (114,19,68). Sum of RGB (Red+Green+Blue) = 114+19+68=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721344 is #8DECBB. Grayscale: #343434. Windows color (decimal): -9301180 or 4461426. OLE color: 4461426.

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

Color convert

RGB 114 19 68 -
CMYK 0 0.83 0.40 0.55
HSL 329.05º 0.71% 0.26% -
HSV(B) 329.05º 0.83% 0.45% -
XYZ 8.22 4.46 5.9 -
YUV 52.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 114 19 68 0 0.83 0.40 0.55 329.05 0.71 0.26
Hex 72 13 44 0 53 28 37 149 47 1A
Octal 162 23 104 0 123 50 67 511 107 32
Binary 1110010 10011 1000100 0 1010011 101000 110111 101001001 1000111 11010

Color Harmonies of #721344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721344

Black with #721344

Text Example


Text Example

White with #721344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721344; }

 p { color: rgb(114,19,68); }

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

background-color css

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

 a { background-color: rgb(114,19,68); }

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

border-color css

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

 span { border-color: rgb(114,19,68); }

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