#58163A

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

Shades of Pompadour #58163A

Tints of Pompadour #58163A

Color information

#58163A (or 0x58163A) is unknown color: approx Pompadour. HEX triplet: 58, 16 and 3A. RGB value is (88,22,58). Sum of RGB (Red+Green+Blue) = 88+22+58=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163A is #A7E9C5. Grayscale: #2D2D2D. Windows color (decimal): -11004358 or 3806808. OLE color: 3806808.

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

Color convert

RGB882258-
CMYK00.750.340.65
HSL327.27º60%21.57%-
HSV(B)327.27º75%34.51%-
XYZ5.082.954.31-
YUV45.84134.87158.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=52.38%
G=13.10%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88225800.750.340.65327.276021.57
Hex58163A04B22411473c16
Octal13026720113421015077426
Binary10110001011011101001001011100010100000110100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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