Html Css Color HEX #572040 Pompadour

📋 copy color: '#572040'

red 87 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #572040

Tints of Pompadour #572040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 47.54%
G = 17.49%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572040 (or 0x572040) is known color: Pompadour. HEX triplet: 57, 20 and 40. RGB value is (87,32,64). Sum of RGB (Red+Green+Blue) = 87+32+64=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572040 is #A8DFBF. Grayscale: #343434. Windows color (decimal): -11067328 or 4202583. OLE color: 4202583.

HSL color Cylindrical-coordinate representation of color #572040: hue angle of 325.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572040 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 64 -
CMYK 0 0.63 0.26 0.66
HSL 325.09º 0.46% 0.23% -
HSV(B) 325.09º 0.63% 0.34% -
XYZ 5.37 3.43 5.23 -
YUV 52.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 87 32 64 0 0.63 0.26 0.66 325.09 0.46 0.23
Hex 57 20 40 0 3F 1A 42 145 2E 17
Octal 127 40 100 0 77 32 102 505 56 27
Binary 1010111 100000 1000000 0 111111 11010 1000010 101000101 101110 10111

Color Harmonies of #572040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572040

Black with #572040

Text Example


Text Example

White with #572040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572040; }

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

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

background-color css

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

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

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

border-color css

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

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

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