Html Css Color HEX #572244 Pompadour

📋 copy color: '#572244'

red 87 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #572244

Tints of Pompadour #572244

RGB

 RED value IS 87 (34.38% from 255) = 46.03%

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 46.03%
G = 17.99%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#572244 (or 0x572244) is known color: Pompadour. HEX triplet: 57, 22 and 44. RGB value is (87,34,68). Sum of RGB (Red+Green+Blue) = 87+34+68=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572244 is #A8DDBB. Grayscale: #353535. Windows color (decimal): -11066812 or 4465239. OLE color: 4465239.

HSL color Cylindrical-coordinate representation of color #572244: hue angle of 321.51º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572244 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 68 -
CMYK 0 0.61 0.22 0.66
HSL 321.51º 0.44% 0.24% -
HSV(B) 321.51º 0.61% 0.34% -
XYZ 5.55 3.59 5.87 -
YUV 53.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 87 34 68 0 0.61 0.22 0.66 321.51 0.44 0.24
Hex 57 22 44 0 3D 16 42 142 2C 18
Octal 127 42 104 0 75 26 102 502 54 30
Binary 1010111 100010 1000100 0 111101 10110 1000010 101000010 101100 11000

Color Harmonies of #572244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572244

Black with #572244

Text Example


Text Example

White with #572244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572244; }

 p { color: rgb(87,34,68); }

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

background-color css

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

 a { background-color: rgb(87,34,68); }

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

border-color css

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

 span { border-color: rgb(87,34,68); }

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