#58193C

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

Shades of Pompadour #58193C

Tints of Pompadour #58193C

Color information

#58193C (or 0x58193C) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 3C. RGB value is (88,25,60). Sum of RGB (Red+Green+Blue) = 88+25+60=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58193C is #A7E6C3. Grayscale: #2F2F2F. Windows color (decimal): -11003588 or 3938648. OLE color: 3938648.

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

Color convert

RGB882560-
CMYK00.720.320.65
HSL326.67º55.75%22.16%-
HSV(B)326.67º71.59%34.51%-
XYZ5.193.14.6-
YUV47.83134.87156.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=50.87%
G=14.45%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88256000.720.320.65326.6755.7522.16
Hex58193C04820411473816
Octal13031740110401015077026
Binary10110001100111110001001000100000100000110100011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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