#993B49

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

Shades of Night Shadz #993B49

Tints of Night Shadz #993B49

Color information

#993B49 (or 0x993B49) is unknown color: approx Night Shadz. HEX triplet: 99, 3B and 49. RGB value is (153,59,73). Sum of RGB (Red+Green+Blue) = 153+59+73=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #993B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B49 is #66C4B6. Grayscale: #585858. Windows color (decimal): -6735031 or 4799385. OLE color: 4799385.

HSL color Cylindrical-coordinate representation of color #993B49: hue angle of 351.06º 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 #993B49 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1535973-
CMYK00.610.520.4
HSL351.06º44.34%41.57%-
HSV(B)351.06º61.44%60%-
XYZ15.910.387.47-
YUV88.7119.14173.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=53.68%
G=20.70%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153597300.610.520.4351.0644.3441.57
Hex993B4903D342815f2c2a
Octal2317311107564505375452
Binary1001100111101110010010111101110100101000101011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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