#9E4450

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

Shades of Night Shadz #9E4450

Tints of Night Shadz #9E4450

Color information

#9E4450 (or 0x9E4450) is unknown color: approx Night Shadz. HEX triplet: 9E, 44 and 50. RGB value is (158,68,80). Sum of RGB (Red+Green+Blue) = 158+68+80=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4450 is #61BBAF. Grayscale: #606060. Windows color (decimal): -6405040 or 5260446. OLE color: 5260446.

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

Color convert

RGB1586880-
CMYK00.570.490.38
HSL352º39.82%44.31%-
HSV(B)352º56.96%61.96%-
XYZ17.6211.988.97-
YUV96.28118.82172.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=51.63%
G=22.22%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158688000.570.490.3835239.8244.31
Hex9E44500393126160282c
Octal23610412007161465405054
Binary10011110100010010100000111001110001100110101100000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,80); }

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

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

 a { background-color: rgb(158,68,80); }

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

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

 span { border-color: rgb(158,68,80); }

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