#58193A

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

Shades of Pompadour #58193A

Tints of Pompadour #58193A

Color information

#58193A (or 0x58193A) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 3A. RGB value is (88,25,58). Sum of RGB (Red+Green+Blue) = 88+25+58=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58193A is #A7E6C5. Grayscale: #2F2F2F. Windows color (decimal): -11003590 or 3807576. OLE color: 3807576.

HSL color Cylindrical-coordinate representation of color #58193A: hue angle of 328.57º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58193A is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB882558-
CMYK00.720.340.65
HSL328.57º55.75%22.16%-
HSV(B)328.57º71.59%34.51%-
XYZ5.143.084.33-
YUV47.6133.87156.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.46%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=51.46%
G=14.62%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88255800.720.340.65328.5755.7522.16
Hex58193A04822411493816
Octal13031720110421015117026
Binary10110001100111101001001000100010100000110100100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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