#58193B

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

Shades of Pompadour #58193B

Tints of Pompadour #58193B

Color information

#58193B (or 0x58193B) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 3B. RGB value is (88,25,59). Sum of RGB (Red+Green+Blue) = 88+25+59=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58193B is #A7E6C4. Grayscale: #2F2F2F. Windows color (decimal): -11003589 or 3873112. OLE color: 3873112.

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

Color convert

RGB882559-
CMYK00.720.330.65
HSL327.62º55.75%22.16%-
HSV(B)327.62º71.59%34.51%-
XYZ5.163.094.46-
YUV47.71134.37156.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=51.16%
G=14.53%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88255900.720.330.65327.6255.7522.16
Hex58193B04821411483816
Octal13031730110411015107026
Binary10110001100111101101001000100001100000110100100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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