#5D1446

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

Shades of Pompadour #5D1446

Tints of Pompadour #5D1446

Color information

#5D1446 (or 0x5D1446) is unknown color: approx Pompadour. HEX triplet: 5D, 14 and 46. RGB value is (93,20,70). Sum of RGB (Red+Green+Blue) = 93+20+70=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1446 is #A2EBB9. Grayscale: #2F2F2F. Windows color (decimal): -10677178 or 4592733. OLE color: 4592733.

HSL color Cylindrical-coordinate representation of color #5D1446: hue angle of 318.9º 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 #5D1446 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB932070-
CMYK00.780.250.64
HSL318.9º64.6%22.16%-
HSV(B)318.9º78.49%36.47%-
XYZ5.873.276.12-
YUV47.53140.68160.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.82%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=50.82%
G=10.93%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93207000.780.250.64318.964.622.16
Hex5D144604E194013f4116
Octal1352410601163110047710126
Binary101110110100100011001001110110011000000100111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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