#9E4249

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

Shades of Night Shadz #9E4249

Tints of Night Shadz #9E4249

Color information

#9E4249 (or 0x9E4249) is unknown color: approx Night Shadz. HEX triplet: 9E, 42 and 49. RGB value is (158,66,73). Sum of RGB (Red+Green+Blue) = 158+66+73=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4249 is #61BDB6. Grayscale: #5E5E5E. Windows color (decimal): -6405559 or 4801182. OLE color: 4801182.

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

Color convert

RGB1586673-
CMYK00.580.540.38
HSL355.43º41.07%43.92%-
HSV(B)355.43º58.23%61.96%-
XYZ17.2511.657.64-
YUV94.31115.98173.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=53.20%
G=22.22%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158667300.580.540.38355.4341.0743.92
Hex9E424903A3626163292c
Octal23610211107266465435154
Binary10011110100001010010010111010110110100110101100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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