#582445

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

Shades of Pompadour #582445

Tints of Pompadour #582445

Color information

#582445 (or 0x582445) is unknown color: approx Pompadour. HEX triplet: 58, 24 and 45. RGB value is (88,36,69). Sum of RGB (Red+Green+Blue) = 88+36+69=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582445 is #A7DBBA. Grayscale: #373737. Windows color (decimal): -11000763 or 4531288. OLE color: 4531288.

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

Color convert

RGB883669-
CMYK00.590.220.65
HSL321.92º41.94%24.31%-
HSV(B)321.92º59.09%34.51%-
XYZ5.733.776.06-
YUV55.31135.73151.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=45.60%
G=18.65%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88366900.590.220.65321.9241.9424.31
Hex58244503B16411422a18
Octal13044105073261015025230
Binary10110001001001000101011101110110100000110100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582445; }

 p { color: rgb(88,36,69); }

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

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

 a { background-color: rgb(88,36,69); }

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

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

 span { border-color: rgb(88,36,69); }

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