#572342

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

Shades of Pompadour #572342

Tints of Pompadour #572342

Color information

#572342 (or 0x572342) is unknown color: approx Pompadour. HEX triplet: 57, 23 and 42. RGB value is (87,35,66). Sum of RGB (Red+Green+Blue) = 87+35+66=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572342 is #A8DCBD. Grayscale: #363636. Windows color (decimal): -11066558 or 4334423. OLE color: 4334423.

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

Color convert

RGB873566-
CMYK00.600.240.66
HSL324.23º42.62%23.92%-
HSV(B)324.23º59.77%34.12%-
XYZ5.513.625.56-
YUV54.08134.73151.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=46.28%
G=18.62%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87356600.600.240.66324.2342.6223.92
Hex57234203C18421442b18
Octal12743102074301025045330
Binary10101111000111000010011110011000100001010100010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572342; }

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

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

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

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

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

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

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

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