#582042

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

Shades of Pompadour #582042

Tints of Pompadour #582042

Color information

#582042 (or 0x582042) is unknown color: approx Pompadour. HEX triplet: 58, 20 and 42. RGB value is (88,32,66). Sum of RGB (Red+Green+Blue) = 88+32+66=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582042 is #A7DFBD. Grayscale: #343434. Windows color (decimal): -11001790 or 4333656. OLE color: 4333656.

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

Color convert

RGB883266-
CMYK00.640.250.65
HSL323.57º46.67%23.53%-
HSV(B)323.57º63.64%34.51%-
XYZ5.523.55.54-
YUV52.62135.55153.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=47.31%
G=17.20%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88326600.640.250.65323.5746.6723.53
Hex58204204019411442f18
Octal130401020100311015045730
Binary101100010000010000100100000011001100000110100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582042; }

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

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

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

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

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

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

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

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