#993345

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

Shades of Night Shadz #993345

Tints of Night Shadz #993345

Color information

#993345 (or 0x993345) is unknown color: approx Night Shadz. HEX triplet: 99, 33 and 45. RGB value is (153,51,69). Sum of RGB (Red+Green+Blue) = 153+51+69=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #993345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993345 is #66CCBA. Grayscale: #535353. Windows color (decimal): -6737083 or 4535193. OLE color: 4535193.

HSL color Cylindrical-coordinate representation of color #993345: hue angle of 349.41º 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 #993345 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1535169-
CMYK00.670.550.4
HSL349.41º50%40%-
HSV(B)349.41º66.67%60%-
XYZ15.399.576.67-
YUV83.55119.79177.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=56.04%
G=18.68%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153516900.670.550.4349.415040
Hex993345043372815d3228
Octal23163105010367505356250
Binary10011001110011100010101000011110111101000101011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993345; }

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

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

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

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

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

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

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

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