#58213E

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

Shades of Pompadour #58213E

Tints of Pompadour #58213E

Color information

#58213E (or 0x58213E) is unknown color: approx Pompadour. HEX triplet: 58, 21 and 3E. RGB value is (88,33,62). Sum of RGB (Red+Green+Blue) = 88+33+62=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58213E is #A7DEC1. Grayscale: #343434. Windows color (decimal): -11001538 or 4071768. OLE color: 4071768.

HSL color Cylindrical-coordinate representation of color #58213E: hue angle of 328.36º 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 #58213E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB883362-
CMYK00.620.300.65
HSL328.36º45.45%23.73%-
HSV(B)328.36º62.5%34.51%-
XYZ5.443.514.95-
YUV52.75133.22153.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=48.09%
G=18.03%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88336200.620.300.65328.3645.4523.73
Hex58213E03E1E411482d18
Octal1304176076361015105530
Binary1011000100001111110011111011110100000110100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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