Html Css Color HEX #572240 Pompadour

📋 copy color: '#572240'

red 87 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #572240

Tints of Pompadour #572240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 47.03%
G = 18.38%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572240 (or 0x572240) is known color: Pompadour. HEX triplet: 57, 22 and 40. RGB value is (87,34,64). Sum of RGB (Red+Green+Blue) = 87+34+64=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #572240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572240 is #A8DDBF. Grayscale: #353535. Windows color (decimal): -11066816 or 4203095. OLE color: 4203095.

HSL color Cylindrical-coordinate representation of color #572240: hue angle of 326.04º 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 #572240 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 64 -
CMYK 0 0.61 0.26 0.66
HSL 326.04º 0.44% 0.24% -
HSV(B) 326.04º 0.61% 0.34% -
XYZ 5.43 3.54 5.25 -
YUV 53.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 87 34 64 0 0.61 0.26 0.66 326.04 0.44 0.24
Hex 57 22 40 0 3D 1A 42 146 2C 18
Octal 127 42 100 0 75 32 102 506 54 30
Binary 1010111 100010 1000000 0 111101 11010 1000010 101000110 101100 11000

Color Harmonies of #572240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572240

Black with #572240

Text Example


Text Example

White with #572240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572240; }

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

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

background-color css

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

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

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

border-color css

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

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

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