#5D144A

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

Shades of Pompadour #5D144A

Tints of Pompadour #5D144A

Color information

#5D144A (or 0x5D144A) is unknown color: approx Pompadour. HEX triplet: 5D, 14 and 4A. RGB value is (93,20,74). Sum of RGB (Red+Green+Blue) = 93+20+74=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D144A is #A2EBB5. Grayscale: #2F2F2F. Windows color (decimal): -10677174 or 4854877. OLE color: 4854877.

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

Color convert

RGB932074-
CMYK00.780.200.64
HSL315.62º64.6%22.16%-
HSV(B)315.62º78.49%36.47%-
XYZ63.326.8-
YUV47.98142.68160.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.73%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=49.73%
G=10.70%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93207400.780.200.64315.6264.622.16
Hex5D144A04E144013c4116
Octal1352411201162410047410126
Binary101110110100100101001001110101001000000100111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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