#58213C

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

Shades of Pompadour #58213C

Tints of Pompadour #58213C

Color information

#58213C (or 0x58213C) is unknown color: approx Pompadour. HEX triplet: 58, 21 and 3C. RGB value is (88,33,60). Sum of RGB (Red+Green+Blue) = 88+33+60=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58213C is #A7DEC3. Grayscale: #343434. Windows color (decimal): -11001540 or 3940696. OLE color: 3940696.

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

Color convert

RGB883360-
CMYK00.620.320.65
HSL330.55º45.45%23.73%-
HSV(B)330.55º62.5%34.51%-
XYZ5.383.494.66-
YUV52.52132.22153.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=48.62%
G=18.23%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88336000.620.320.65330.5545.4523.73
Hex58213C03E204114b2d18
Octal1304174076401015135530
Binary10110001000011111000111110100000100000110100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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