#582245

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

Shades of Pompadour #582245

Tints of Pompadour #582245

Color information

#582245 (or 0x582245) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 45. RGB value is (88,34,69). Sum of RGB (Red+Green+Blue) = 88+34+69=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582245 is #A7DDBA. Grayscale: #363636. Windows color (decimal): -11001275 or 4530776. OLE color: 4530776.

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

Color convert

RGB883469-
CMYK00.610.220.65
HSL321.11º44.26%23.92%-
HSV(B)321.11º61.36%34.51%-
XYZ5.673.656.04-
YUV54.14136.39152.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=46.07%
G=17.80%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346900.610.220.65321.1144.2623.92
Hex58224503D16411412c18
Octal13042105075261015015430
Binary10110001000101000101011110110110100000110100000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582245; }

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

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

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

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

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

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

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

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