#582345

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

Shades of Pompadour #582345

Tints of Pompadour #582345

Color information

#582345 (or 0x582345) is unknown color: approx Pompadour. HEX triplet: 58, 23 and 45. RGB value is (88,35,69). Sum of RGB (Red+Green+Blue) = 88+35+69=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582345 is #A7DCBA. Grayscale: #363636. Windows color (decimal): -11001019 or 4531032. OLE color: 4531032.

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

Color convert

RGB883569-
CMYK00.600.220.65
HSL321.51º43.09%24.12%-
HSV(B)321.51º60.23%34.51%-
XYZ5.73.716.05-
YUV54.72136.06151.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=45.83%
G=18.23%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88356900.600.220.65321.5143.0924.12
Hex58234503C16411422b18
Octal13043105074261015025330
Binary10110001000111000101011110010110100000110100001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582345; }

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

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

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

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

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

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

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

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