Html Css Color HEX #572540 Pompadour

📋 copy color: '#572540'

red 87 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #572540

Tints of Pompadour #572540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 46.28%
G = 19.68%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572540 (or 0x572540) is known color: Pompadour. HEX triplet: 57, 25 and 40. RGB value is (87,37,64). Sum of RGB (Red+Green+Blue) = 87+37+64=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572540 is #A8DABF. Grayscale: #363636. Windows color (decimal): -11066048 or 4203863. OLE color: 4203863.

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

Color convert

RGB 87 37 64 -
CMYK 0 0.57 0.26 0.66
HSL 327.6º 0.4% 0.24% -
HSV(B) 327.6º 0.57% 0.34% -
XYZ 5.52 3.72 5.28 -
YUV 55.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 87 37 64 0 0.57 0.26 0.66 327.6 0.4 0.24
Hex 57 25 40 0 39 1A 42 148 28 18
Octal 127 45 100 0 71 32 102 510 50 30
Binary 1010111 100101 1000000 0 111001 11010 1000010 101001000 101000 11000

Color Harmonies of #572540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572540

Black with #572540

Text Example


Text Example

White with #572540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572540; }

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

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

background-color css

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

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

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

border-color css

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

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

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