#582942

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

Shades of Pompadour #582942

Tints of Pompadour #582942

Color information

#582942 (or 0x582942) is unknown color: approx Pompadour. HEX triplet: 58, 29 and 42. RGB value is (88,41,66). Sum of RGB (Red+Green+Blue) = 88+41+66=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582942 is #A7D6BD. Grayscale: #393939. Windows color (decimal): -10999486 or 4335960. OLE color: 4335960.

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

Color convert

RGB884166-
CMYK00.530.250.65
HSL328.09º36.43%25.29%-
HSV(B)328.09º53.41%34.51%-
XYZ5.84.055.63-
YUV57.9132.57149.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=45.13%
G=21.03%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88416600.530.250.65328.0936.4325.29
Hex58294203519411482419
Octal13051102065311015104431
Binary10110001010011000010011010111001100000110100100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582942; }

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

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

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

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

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

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

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

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