#993349

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

Shades of Night Shadz #993349

Tints of Night Shadz #993349

Color information

#993349 (or 0x993349) is unknown color: approx Night Shadz. HEX triplet: 99, 33 and 49. RGB value is (153,51,73). Sum of RGB (Red+Green+Blue) = 153+51+73=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993349 is #66CCB6. Grayscale: #545454. Windows color (decimal): -6737079 or 4797337. OLE color: 4797337.

HSL color Cylindrical-coordinate representation of color #993349: hue angle of 347.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993349 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1535173-
CMYK00.670.520.4
HSL347.06º50%40%-
HSV(B)347.06º66.67%60%-
XYZ15.529.627.34-
YUV84.01121.79177.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=55.23%
G=18.41%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153517300.670.520.4347.065040
Hex993349043342815b3228
Octal23163111010364505336250
Binary10011001110011100100101000011110100101000101011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993349; }

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

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

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

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

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

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

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

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