Html Css Color HEX #572141 Pompadour

📋 copy color: '#572141'

red 87 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #572141

Tints of Pompadour #572141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 47.03%
G = 17.84%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#572141 (or 0x572141) is known color: Pompadour. HEX triplet: 57, 21 and 41. RGB value is (87,33,65). Sum of RGB (Red+Green+Blue) = 87+33+65=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #572141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572141 is #A8DEBE. Grayscale: #343434. Windows color (decimal): -11067071 or 4268375. OLE color: 4268375.

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

Color convert

RGB 87 33 65 -
CMYK 0 0.62 0.25 0.66
HSL 324.44º 0.45% 0.24% -
HSV(B) 324.44º 0.62% 0.34% -
XYZ 5.43 3.5 5.39 -
YUV 52.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 87 33 65 0 0.62 0.25 0.66 324.44 0.45 0.24
Hex 57 21 41 0 3E 19 42 144 2D 18
Octal 127 41 101 0 76 31 102 504 55 30
Binary 1010111 100001 1000001 0 111110 11001 1000010 101000100 101101 11000

Color Harmonies of #572141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572141

Black with #572141

Text Example


Text Example

White with #572141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572141; }

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

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

background-color css

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

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

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

border-color css

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

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

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