#582A45

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

Shades of Pompadour #582A45

Tints of Pompadour #582A45

Color information

#582A45 (or 0x582A45) is unknown color: approx Pompadour. HEX triplet: 58, 2A and 45. RGB value is (88,42,69). Sum of RGB (Red+Green+Blue) = 88+42+69=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A45 is #A7D5BA. Grayscale: #3A3A3A. Windows color (decimal): -10999227 or 4532824. OLE color: 4532824.

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

Color convert

RGB884269-
CMYK00.520.220.65
HSL324.78º35.38%25.49%-
HSV(B)324.78º52.27%34.51%-
XYZ5.934.166.12-
YUV58.83133.74148.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=44.22%
G=21.11%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88426900.520.220.65324.7835.3825.49
Hex582A4503416411452319
Octal13052105064261015054331
Binary10110001010101000101011010010110100000110100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A45; }

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

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

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

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

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

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

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

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