#58223E

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

Shades of Pompadour #58223E

Tints of Pompadour #58223E

Color information

#58223E (or 0x58223E) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 3E. RGB value is (88,34,62). Sum of RGB (Red+Green+Blue) = 88+34+62=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223E is #A7DDC1. Grayscale: #353535. Windows color (decimal): -11001282 or 4072024. OLE color: 4072024.

HSL color Cylindrical-coordinate representation of color #58223E: hue angle of 328.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58223E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB883462-
CMYK00.610.300.65
HSL328.89º44.26%23.92%-
HSV(B)328.89º61.36%34.51%-
XYZ5.473.574.96-
YUV53.34132.89152.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=47.83%
G=18.48%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346200.610.300.65328.8944.2623.92
Hex58223E03D1E411492c18
Octal1304276075361015115430
Binary1011000100010111110011110111110100000110100100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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