#582240

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

Shades of Pompadour #582240

Tints of Pompadour #582240

Color information

#582240 (or 0x582240) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 40. RGB value is (88,34,64). Sum of RGB (Red+Green+Blue) = 88+34+64=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582240 is #A7DDBF. Grayscale: #353535. Windows color (decimal): -11001280 or 4203096. OLE color: 4203096.

HSL color Cylindrical-coordinate representation of color #582240: hue angle of 326.67º 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 #582240 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB883464-
CMYK00.610.270.65
HSL326.67º44.26%23.92%-
HSV(B)326.67º61.36%34.51%-
XYZ5.523.595.25-
YUV53.57133.89152.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=47.31%
G=18.28%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346400.610.270.65326.6744.2623.92
Hex58224003D1B411472c18
Octal13042100075331015075430
Binary10110001000101000000011110111011100000110100011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582240; }

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

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

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

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

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

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

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

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