#58163F

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

Shades of Pompadour #58163F

Tints of Pompadour #58163F

Color information

#58163F (or 0x58163F) is unknown color: approx Pompadour. HEX triplet: 58, 16 and 3F. RGB value is (88,22,63). Sum of RGB (Red+Green+Blue) = 88+22+63=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163F is #A7E9C0. Grayscale: #2E2E2E. Windows color (decimal): -11004353 or 4134488. OLE color: 4134488.

HSL color Cylindrical-coordinate representation of color #58163F: hue angle of 322.73º 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 #58163F is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB882263-
CMYK00.750.280.65
HSL322.73º60%21.57%-
HSV(B)322.73º75%34.51%-
XYZ5.213.015.01-
YUV46.41137.37157.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 63 (25% from 255) = 36.42%
R=50.87%
G=12.72%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88226300.750.280.65322.736021.57
Hex58163F04B1C411433c16
Octal13026770113341015037426
Binary1011000101101111110100101111100100000110100001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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