#5D173A

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

Shades of Pompadour #5D173A

Tints of Pompadour #5D173A

Color information

#5D173A (or 0x5D173A) is unknown color: approx Pompadour. HEX triplet: 5D, 17 and 3A. RGB value is (93,23,58). Sum of RGB (Red+Green+Blue) = 93+23+58=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D173A is #A2E8C5. Grayscale: #2F2F2F. Windows color (decimal): -10676422 or 3807069. OLE color: 3807069.

HSL color Cylindrical-coordinate representation of color #5D173A: hue angle of 330º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D173A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB932358-
CMYK00.750.380.64
HSL330º60.34%22.75%-
HSV(B)330º75.27%36.47%-
XYZ5.583.254.34-
YUV47.92133.69160.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.45%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=53.45%
G=13.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93235800.750.380.6433060.3422.75
Hex5D173A04B264014a3c17
Octal13527720113461005127427
Binary10111011011111101001001011100110100000010100101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D173A; }

 p { color: rgb(93,23,58); }

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

<style>
 a { background-color: #5D173A; }

 a { background-color: rgb(93,23,58); }

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

<style>
 span { border-color: #5D173A; }

 span { border-color: rgb(93,23,58); }

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