Html Css Color HEX #572541 Pompadour

📋 copy color: '#572541'

red 87 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #572541

Tints of Pompadour #572541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 46.03%
G = 19.58%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#572541 (or 0x572541) is known color: Pompadour. HEX triplet: 57, 25 and 41. RGB value is (87,37,65). Sum of RGB (Red+Green+Blue) = 87+37+65=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572541 is #A8DABE. Grayscale: #373737. Windows color (decimal): -11066047 or 4269399. OLE color: 4269399.

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

Color convert

RGB 87 37 65 -
CMYK 0 0.57 0.25 0.66
HSL 326.4º 0.4% 0.24% -
HSV(B) 326.4º 0.57% 0.34% -
XYZ 5.55 3.73 5.43 -
YUV 55.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 87 37 65 0 0.57 0.25 0.66 326.4 0.4 0.24
Hex 57 25 41 0 39 19 42 146 28 18
Octal 127 45 101 0 71 31 102 506 50 30
Binary 1010111 100101 1000001 0 111001 11001 1000010 101000110 101000 11000

Color Harmonies of #572541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572541

Black with #572541

Text Example


Text Example

White with #572541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572541; }

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

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

background-color css

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

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

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

border-color css

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

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

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