#58183C

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

Shades of Pompadour #58183C

Tints of Pompadour #58183C

Color information

#58183C (or 0x58183C) is unknown color: approx Pompadour. HEX triplet: 58, 18 and 3C. RGB value is (88,24,60). Sum of RGB (Red+Green+Blue) = 88+24+60=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183C is #A7E7C3. Grayscale: #2F2F2F. Windows color (decimal): -11003844 or 3938392. OLE color: 3938392.

HSL color Cylindrical-coordinate representation of color #58183C: hue angle of 326.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58183C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB882460-
CMYK00.730.320.65
HSL326.25º57.14%21.96%-
HSV(B)326.25º72.73%34.51%-
XYZ5.173.054.59-
YUV47.24135.2157.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=51.16%
G=13.95%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88246000.730.320.65326.2557.1421.96
Hex58183C04920411463916
Octal13030740111401015067126
Binary10110001100011110001001001100000100000110100011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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