#5D183F

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

Shades of Pompadour #5D183F

Tints of Pompadour #5D183F

Color information

#5D183F (or 0x5D183F) is unknown color: approx Pompadour. HEX triplet: 5D, 18 and 3F. RGB value is (93,24,63). Sum of RGB (Red+Green+Blue) = 93+24+63=180 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 93 - color contains mainly: red. Hex color #5D183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D183F is #A2E7C0. Grayscale: #303030. Windows color (decimal): -10676161 or 4135005. OLE color: 4135005.

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

Color convert

RGB932463-
CMYK00.740.320.64
HSL326.09º58.97%22.94%-
HSV(B)326.09º74.19%36.47%-
XYZ5.743.345.04-
YUV49.08135.86159.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.67%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 63 (25% from 255) = 35%
R=51.67%
G=13.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93246300.740.320.64326.0958.9722.94
Hex5D183F04A20401463b17
Octal13530770112401005067327
Binary10111011100011111101001010100000100000010100011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,63); }

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

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

 a { background-color: rgb(93,24,63); }

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

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

 span { border-color: rgb(93,24,63); }

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