#58183E

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

Shades of Pompadour #58183E

Tints of Pompadour #58183E

Color information

#58183E (or 0x58183E) is unknown color: approx Pompadour. HEX triplet: 58, 18 and 3E. RGB value is (88,24,62). Sum of RGB (Red+Green+Blue) = 88+24+62=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183E is #A7E7C1. Grayscale: #2F2F2F. Windows color (decimal): -11003842 or 4069464. OLE color: 4069464.

HSL color Cylindrical-coordinate representation of color #58183E: hue angle of 324.38º 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 #58183E is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB882462-
CMYK00.730.300.65
HSL324.38º57.14%21.96%-
HSV(B)324.38º72.73%34.51%-
XYZ5.223.084.88-
YUV47.47136.2156.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=50.57%
G=13.79%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88246200.730.300.65324.3857.1421.96
Hex58183E0491E411443916
Octal13030760111361015047126
Binary1011000110001111100100100111110100000110100010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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