#9E364B

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

Shades of Night Shadz #9E364B

Tints of Night Shadz #9E364B

Color information

#9E364B (or 0x9E364B) is unknown color: approx Night Shadz. HEX triplet: 9E, 36 and 4B. RGB value is (158,54,75). Sum of RGB (Red+Green+Blue) = 158+54+75=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E364B is #61C9B4. Grayscale: #575757. Windows color (decimal): -6408629 or 4929182. OLE color: 4929182.

HSL color Cylindrical-coordinate representation of color #9E364B: hue angle of 347.88º 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 #9E364B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1585475-
CMYK00.660.530.38
HSL347.88º49.06%41.57%-
HSV(B)347.88º65.82%61.96%-
XYZ16.6910.427.79-
YUV87.49120.96178.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.05%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=55.05%
G=18.82%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158547500.660.530.38347.8849.0641.57
Hex9E364B042352615c312a
Octal23666113010265465346152
Binary10011110110110100101101000010110101100110101011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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