#572742

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

Shades of Pompadour #572742

Tints of Pompadour #572742

Color information

#572742 (or 0x572742) is unknown color: approx Pompadour. HEX triplet: 57, 27 and 42. RGB value is (87,39,66). Sum of RGB (Red+Green+Blue) = 87+39+66=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572742 is #A8D8BD. Grayscale: #383838. Windows color (decimal): -11065534 or 4335447. OLE color: 4335447.

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

Color convert

RGB873966-
CMYK00.550.240.66
HSL326.25º38.1%24.71%-
HSV(B)326.25º55.17%34.12%-
XYZ5.643.875.6-
YUV56.43133.4149.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.31%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=45.31%
G=20.31%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87396600.550.240.66326.2538.124.71
Hex57274203718421462619
Octal12747102067301025064631
Binary10101111001111000010011011111000100001010100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572742; }

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

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

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

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

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

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

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

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