#58193D

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

Shades of Pompadour #58193D

Tints of Pompadour #58193D

Color information

#58193D (or 0x58193D) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 3D. RGB value is (88,25,61). Sum of RGB (Red+Green+Blue) = 88+25+61=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58193D is #A7E6C2. Grayscale: #2F2F2F. Windows color (decimal): -11003587 or 4004184. OLE color: 4004184.

HSL color Cylindrical-coordinate representation of color #58193D: hue angle of 325.71º 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 #58193D is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB882561-
CMYK00.720.310.65
HSL325.71º55.75%22.16%-
HSV(B)325.71º71.59%34.51%-
XYZ5.213.114.74-
YUV47.94135.37156.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=50.57%
G=14.37%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88256100.720.310.65325.7155.7522.16
Hex58193D0481F411463816
Octal13031750110371015067026
Binary1011000110011111010100100011111100000110100011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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