#58153E

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

Shades of Pompadour #58153E

Tints of Pompadour #58153E

Color information

#58153E (or 0x58153E) is unknown color: approx Pompadour. HEX triplet: 58, 15 and 3E. RGB value is (88,21,62). Sum of RGB (Red+Green+Blue) = 88+21+62=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58153E is #A7EAC1. Grayscale: #2D2D2D. Windows color (decimal): -11004610 or 4068696. OLE color: 4068696.

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

Color convert

RGB882162-
CMYK00.760.300.65
HSL323.28º61.47%21.37%-
HSV(B)323.28º76.14%34.51%-
XYZ5.162.964.86-
YUV45.71137.2158.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=51.46%
G=12.28%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88216200.760.300.65323.2861.4721.37
Hex58153E04C1E411433d15
Octal13025760114361015037525
Binary1011000101011111100100110011110100000110100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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