#9D4449

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

Shades of Night Shadz #9D4449

Tints of Night Shadz #9D4449

Color information

#9D4449 (or 0x9D4449) is unknown color: approx Night Shadz. HEX triplet: 9D, 44 and 49. RGB value is (157,68,73). Sum of RGB (Red+Green+Blue) = 157+68+73=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4449 is #62BBB6. Grayscale: #5F5F5F. Windows color (decimal): -6470583 or 4801693. OLE color: 4801693.

HSL color Cylindrical-coordinate representation of color #9D4449: hue angle of 356.63º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4449 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1576873-
CMYK00.570.540.38
HSL356.63º39.56%44.12%-
HSV(B)356.63º56.69%61.57%-
XYZ17.1711.787.67-
YUV95.18115.49172.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=52.68%
G=22.82%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157687300.570.540.38356.6339.5644.12
Hex9D44490393626165282c
Octal23510411107166465455054
Binary10011101100010010010010111001110110100110101100101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D4449; }

 p { color: rgb(157,68,73); }

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

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

 a { background-color: rgb(157,68,73); }

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

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

 span { border-color: rgb(157,68,73); }

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