#582742

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

Shades of Pompadour #582742

Tints of Pompadour #582742

Color information

#582742 (or 0x582742) is unknown color: approx Pompadour. HEX triplet: 58, 27 and 42. RGB value is (88,39,66). Sum of RGB (Red+Green+Blue) = 88+39+66=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582742 is #A7D8BD. Grayscale: #383838. Windows color (decimal): -10999998 or 4335448. OLE color: 4335448.

HSL color Cylindrical-coordinate representation of color #582742: hue angle of 326.94º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582742 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB883966-
CMYK00.560.250.65
HSL326.94º38.58%24.9%-
HSV(B)326.94º55.68%34.51%-
XYZ5.733.925.61-
YUV56.73133.23150.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=45.60%
G=20.21%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88396600.560.250.65326.9438.5824.9
Hex58274203819411472719
Octal13047102070311015074731
Binary10110001001111000010011100011001100000110100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582742; }

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

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

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

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

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

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

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

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