#582A43

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

Shades of Pompadour #582A43

Tints of Pompadour #582A43

Color information

#582A43 (or 0x582A43) is unknown color: approx Pompadour. HEX triplet: 58, 2A and 43. RGB value is (88,42,67). Sum of RGB (Red+Green+Blue) = 88+42+67=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A43 is #A7D5BC. Grayscale: #3A3A3A. Windows color (decimal): -10999229 or 4401752. OLE color: 4401752.

HSL color Cylindrical-coordinate representation of color #582A43: hue angle of 327.39º 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 #582A43 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB884267-
CMYK00.520.240.65
HSL327.39º35.38%25.49%-
HSV(B)327.39º52.27%34.51%-
XYZ5.874.145.8-
YUV58.6132.74148.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=44.67%
G=21.32%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88426700.520.240.65327.3935.3825.49
Hex582A4303418411472319
Octal13052103064301015074331
Binary10110001010101000011011010011000100000110100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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