#993E56

Color #993E56 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #993E56

Tints of Night Shadz #993E56

Color information

#993E56 (or 0x993E56) is unknown color: approx Night Shadz. HEX triplet: 99, 3E and 56. RGB value is (153,62,86). Sum of RGB (Red+Green+Blue) = 153+62+86=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993E56 is #66C1A9. Grayscale: #5B5B5B. Windows color (decimal): -6734250 or 5652121. OLE color: 5652121.

HSL color Cylindrical-coordinate representation of color #993E56: hue angle of 344.18º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993E56 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1536286-
CMYK00.590.440.4
HSL344.18º42.33%42.16%-
HSV(B)344.18º59.48%60%-
XYZ16.5410.8910.03-
YUV91.94124.65171.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=50.83%
G=20.60%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153628600.590.440.4344.1842.3342.16
Hex993E5603B2C281582a2a
Octal2317612607354505305252
Binary1001100111111010101100111011101100101000101011000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993E56; }

 p { color: rgb(153,62,86); }

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

<style>
 a { background-color: #993E56; }

 a { background-color: rgb(153,62,86); }

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

<style>
 span { border-color: #993E56; }

 span { border-color: rgb(153,62,86); }

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