#993B59

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

Shades of Night Shadz #993B59

Tints of Night Shadz #993B59

Color information

#993B59 (or 0x993B59) is unknown color: approx Night Shadz. HEX triplet: 99, 3B and 59. RGB value is (153,59,89). Sum of RGB (Red+Green+Blue) = 153+59+89=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B59 is #66C4A6. Grayscale: #5A5A5A. Windows color (decimal): -6735015 or 5847961. OLE color: 5847961.

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

Color convert

RGB1535989-
CMYK00.610.420.4
HSL340.85º44.34%41.57%-
HSV(B)340.85º61.44%60%-
XYZ16.510.6210.63-
YUV90.53127.14172.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=50.83%
G=19.60%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153598900.610.420.4340.8544.3441.57
Hex993B5903D2A281552c2a
Octal2317313107552505255452
Binary1001100111101110110010111101101010101000101010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,89); }

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

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

 a { background-color: rgb(153,59,89); }

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

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

 span { border-color: rgb(153,59,89); }

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