#582845

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

Shades of Pompadour #582845

Tints of Pompadour #582845

Color information

#582845 (or 0x582845) is unknown color: approx Pompadour. HEX triplet: 58, 28 and 45. RGB value is (88,40,69). Sum of RGB (Red+Green+Blue) = 88+40+69=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582845 is #A7D7BA. Grayscale: #393939. Windows color (decimal): -10999739 or 4532312. OLE color: 4532312.

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

Color convert

RGB884069-
CMYK00.550.220.65
HSL323.75º37.5%25.1%-
HSV(B)323.75º54.55%34.51%-
XYZ5.864.026.1-
YUV57.66134.4149.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=44.67%
G=20.30%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406900.550.220.65323.7537.525.1
Hex58284503716411442619
Octal13050105067261015044631
Binary10110001010001000101011011110110100000110100010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582845; }

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

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

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

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

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

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

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

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