#993247

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

Shades of Night Shadz #993247

Tints of Night Shadz #993247

Color information

#993247 (or 0x993247) is unknown color: approx Night Shadz. HEX triplet: 99, 32 and 47. RGB value is (153,50,71). Sum of RGB (Red+Green+Blue) = 153+50+71=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #993247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993247 is #66CDB8. Grayscale: #535353. Windows color (decimal): -6737337 or 4666009. OLE color: 4666009.

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

Color convert

RGB1535071-
CMYK00.670.540.4
HSL347.77º50.74%39.8%-
HSV(B)347.77º67.32%60%-
XYZ15.419.516.98-
YUV83.19121.12177.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=55.84%
G=18.25%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153507100.670.540.4347.7750.7439.8
Hex993247043362815c3328
Octal23162107010366505346350
Binary10011001110010100011101000011110110101000101011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993247; }

 p { color: rgb(153,50,71); }

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

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

 a { background-color: rgb(153,50,71); }

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

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

 span { border-color: rgb(153,50,71); }

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