#9E474D

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

Shades of Night Shadz #9E474D

Tints of Night Shadz #9E474D

Color information

#9E474D (or 0x9E474D) is unknown color: approx Night Shadz. HEX triplet: 9E, 47 and 4D. RGB value is (158,71,77). Sum of RGB (Red+Green+Blue) = 158+71+77=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E474D is #61B8B2. Grayscale: #616161. Windows color (decimal): -6404275 or 5064606. OLE color: 5064606.

HSL color Cylindrical-coordinate representation of color #9E474D: hue angle of 355.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E474D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1587177-
CMYK00.550.510.38
HSL355.86º37.99%44.9%-
HSV(B)355.86º55.06%61.96%-
XYZ17.6912.318.46-
YUV97.7116.32171.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=51.63%
G=23.20%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158717700.550.510.38355.8637.9944.9
Hex9E474D0373326164262d
Octal23610711506763465444655
Binary10011110100011110011010110111110011100110101100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,71,77); }

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

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

 a { background-color: rgb(158,71,77); }

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

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

 span { border-color: rgb(158,71,77); }

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