#58163E

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

Shades of Pompadour #58163E

Tints of Pompadour #58163E

Color information

#58163E (or 0x58163E) is unknown color: approx Pompadour. HEX triplet: 58, 16 and 3E. RGB value is (88,22,62). Sum of RGB (Red+Green+Blue) = 88+22+62=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163E is #A7E9C1. Grayscale: #2E2E2E. Windows color (decimal): -11004354 or 4068952. OLE color: 4068952.

HSL color Cylindrical-coordinate representation of color #58163E: hue angle of 323.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58163E is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB882262-
CMYK00.750.300.65
HSL323.64º60%21.57%-
HSV(B)323.64º75%34.51%-
XYZ5.1834.86-
YUV46.29136.87157.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=51.16%
G=12.79%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88226200.750.300.65323.646021.57
Hex58163E04B1E411443c16
Octal13026760113361015047426
Binary1011000101101111100100101111110100000110100010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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