#58183D

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

Shades of Pompadour #58183D

Tints of Pompadour #58183D

Color information

#58183D (or 0x58183D) is unknown color: approx Pompadour. HEX triplet: 58, 18 and 3D. RGB value is (88,24,61). Sum of RGB (Red+Green+Blue) = 88+24+61=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58183D is #A7E7C2. Grayscale: #2F2F2F. Windows color (decimal): -11003843 or 4003928. OLE color: 4003928.

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

Color convert

RGB882461-
CMYK00.730.310.65
HSL325.31º57.14%21.96%-
HSV(B)325.31º72.73%34.51%-
XYZ5.193.064.73-
YUV47.35135.7156.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=50.87%
G=13.87%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88246100.730.310.65325.3157.1421.96
Hex58183D0491F411453916
Octal13030750111371015057126
Binary1011000110001111010100100111111100000110100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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