#5D2142

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

Shades of Pompadour #5D2142

Tints of Pompadour #5D2142

Color information

#5D2142 (or 0x5D2142) is unknown color: approx Pompadour. HEX triplet: 5D, 21 and 42. RGB value is (93,33,66). Sum of RGB (Red+Green+Blue) = 93+33+66=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2142 is #A2DEBD. Grayscale: #363636. Windows color (decimal): -10673854 or 4333917. OLE color: 4333917.

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

Color convert

RGB933366-
CMYK00.650.290.64
HSL327º47.62%24.71%-
HSV(B)327º64.52%36.47%-
XYZ6.043.815.57-
YUV54.7134.38155.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.44%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=48.44%
G=17.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93336600.650.290.6432747.6224.71
Hex5D21420411D401473019
Octal135411020101351005076031
Binary101110110000110000100100000111101100000010100011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,66); }

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

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

 a { background-color: rgb(93,33,66); }

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

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

 span { border-color: rgb(93,33,66); }

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