#58213B

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

Shades of Pompadour #58213B

Tints of Pompadour #58213B

Color information

#58213B (or 0x58213B) is unknown color: approx Pompadour. HEX triplet: 58, 21 and 3B. RGB value is (88,33,59). Sum of RGB (Red+Green+Blue) = 88+33+59=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58213B is #A7DEC4. Grayscale: #343434. Windows color (decimal): -11001541 or 3875160. OLE color: 3875160.

HSL color Cylindrical-coordinate representation of color #58213B: hue angle of 331.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58213B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB883359-
CMYK00.620.330.65
HSL331.64º45.45%23.73%-
HSV(B)331.64º62.5%34.51%-
XYZ5.363.484.53-
YUV52.41131.72153.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=48.89%
G=18.33%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88335900.620.330.65331.6445.4523.73
Hex58213B03E214114c2d18
Octal1304173076411015145530
Binary10110001000011110110111110100001100000110100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58213B; }

 p { color: rgb(88,33,59); }

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

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

 a { background-color: rgb(88,33,59); }

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

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

 span { border-color: rgb(88,33,59); }

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