#9E364E

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

Shades of Night Shadz #9E364E

Tints of Night Shadz #9E364E

Color information

#9E364E (or 0x9E364E) is unknown color: approx Night Shadz. HEX triplet: 9E, 36 and 4E. RGB value is (158,54,78). Sum of RGB (Red+Green+Blue) = 158+54+78=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E364E is #61C9B1. Grayscale: #575757. Windows color (decimal): -6408626 or 5125790. OLE color: 5125790.

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

Color convert

RGB1585478-
CMYK00.660.510.38
HSL346.15º49.06%41.57%-
HSV(B)346.15º65.82%61.96%-
XYZ16.7910.468.34-
YUV87.83122.46178.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=54.48%
G=18.62%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158547800.660.510.38346.1549.0641.57
Hex9E364E042332615a312a
Octal23666116010263465326152
Binary10011110110110100111001000010110011100110101011010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,54,78); }

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

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

 a { background-color: rgb(158,54,78); }

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

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

 span { border-color: rgb(158,54,78); }

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