#582242

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

Shades of Pompadour #582242

Tints of Pompadour #582242

Color information

#582242 (or 0x582242) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 42. RGB value is (88,34,66). Sum of RGB (Red+Green+Blue) = 88+34+66=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #582242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582242 is #A7DDBD. Grayscale: #353535. Windows color (decimal): -11001278 or 4334168. OLE color: 4334168.

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

Color convert

RGB883466-
CMYK00.610.250.65
HSL324.44º44.26%23.92%-
HSV(B)324.44º61.36%34.51%-
XYZ5.583.615.56-
YUV53.79134.89152.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=46.81%
G=18.09%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346600.610.250.65324.4444.2623.92
Hex58224203D19411442c18
Octal13042102075311015045430
Binary10110001000101000010011110111001100000110100010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582242; }

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

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

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

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

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

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

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

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