#572341

Color #572341 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #572341

Tints of Pompadour #572341

Color information

#572341 (or 0x572341) is unknown color: approx Pompadour. HEX triplet: 57, 23 and 41. RGB value is (87,35,65). Sum of RGB (Red+Green+Blue) = 87+35+65=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572341 is #A8DCBE. Grayscale: #353535. Windows color (decimal): -11066559 or 4268887. OLE color: 4268887.

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

Color convert

RGB873565-
CMYK00.600.250.66
HSL325.38º42.62%23.92%-
HSV(B)325.38º59.77%34.12%-
XYZ5.493.615.41-
YUV53.97134.23151.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=46.52%
G=18.72%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87356500.600.250.66325.3842.6223.92
Hex57234103C19421452b18
Octal12743101074311025055330
Binary10101111000111000001011110011001100001010100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572341; }

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

 H1.HeaderClassName
 {
   color: #572341;
 }
 .AnyTagClassName
 {
   color: #572341;
 }
</style>
background-color css

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

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

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

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

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

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