#9E4252

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

Shades of Night Shadz #9E4252

Tints of Night Shadz #9E4252

Color information

#9E4252 (or 0x9E4252) is unknown color: approx Night Shadz. HEX triplet: 9E, 42 and 52. RGB value is (158,66,82). Sum of RGB (Red+Green+Blue) = 158+66+82=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4252 is #61BDAD. Grayscale: #5F5F5F. Windows color (decimal): -6405550 or 5391006. OLE color: 5391006.

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

Color convert

RGB1586682-
CMYK00.580.480.38
HSL349.57º41.07%43.92%-
HSV(B)349.57º58.23%61.96%-
XYZ17.5711.779.33-
YUV95.33120.48172.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=51.63%
G=21.57%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158668200.580.480.38349.5741.0743.92
Hex9E425203A302615e292c
Octal23610212207260465365154
Binary10011110100001010100100111010110000100110101011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,82); }

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

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

 a { background-color: rgb(158,66,82); }

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

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

 span { border-color: rgb(158,66,82); }

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