#58163C

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

Shades of Pompadour #58163C

Tints of Pompadour #58163C

Color information

#58163C (or 0x58163C) is unknown color: approx Pompadour. HEX triplet: 58, 16 and 3C. RGB value is (88,22,60). Sum of RGB (Red+Green+Blue) = 88+22+60=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58163C is #A7E9C3. Grayscale: #2D2D2D. Windows color (decimal): -11004356 or 3937880. OLE color: 3937880.

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

Color convert

RGB882260-
CMYK00.750.320.65
HSL325.45º60%21.57%-
HSV(B)325.45º75%34.51%-
XYZ5.132.974.58-
YUV46.07135.87157.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=51.76%
G=12.94%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88226000.750.320.65325.456021.57
Hex58163C04B20411453c16
Octal13026740113401015057426
Binary10110001011011110001001011100000100000110100010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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