#5D1439

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

Shades of Pompadour #5D1439

Tints of Pompadour #5D1439

Color information

#5D1439 (or 0x5D1439) is unknown color: approx Pompadour. HEX triplet: 5D, 14 and 39. RGB value is (93,20,57). Sum of RGB (Red+Green+Blue) = 93+20+57=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1439 is #A2EBC6. Grayscale: #2D2D2D. Windows color (decimal): -10677191 or 3740765. OLE color: 3740765.

HSL color Cylindrical-coordinate representation of color #5D1439: hue angle of 329.59º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1439 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB932057-
CMYK00.780.390.64
HSL329.59º64.6%22.16%-
HSV(B)329.59º78.49%36.47%-
XYZ5.53.124.18-
YUV46.04134.18161.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.71%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=54.71%
G=11.76%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93205700.780.390.64329.5964.622.16
Hex5D143904E274014a4116
Octal135247101164710051210126
Binary101110110100111001010011101001111000000101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,20,57); }

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

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

 a { background-color: rgb(93,20,57); }

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

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

 span { border-color: rgb(93,20,57); }

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