#5D143C

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

Shades of Pompadour #5D143C

Tints of Pompadour #5D143C

Color information

#5D143C (or 0x5D143C) is unknown color: approx Pompadour. HEX triplet: 5D, 14 and 3C. RGB value is (93,20,60). Sum of RGB (Red+Green+Blue) = 93+20+60=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D143C is #A2EBC3. Grayscale: #2E2E2E. Windows color (decimal): -10677188 or 3937373. OLE color: 3937373.

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

Color convert

RGB932060-
CMYK00.780.350.64
HSL327.12º64.6%22.16%-
HSV(B)327.12º78.49%36.47%-
XYZ5.583.154.59-
YUV46.39135.68161.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=53.76%
G=11.56%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93206000.780.350.64327.1264.622.16
Hex5D143C04E23401474116
Octal135247401164310050710126
Binary101110110100111100010011101000111000000101000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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