#9E424A

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

Shades of Night Shadz #9E424A

Tints of Night Shadz #9E424A

Color information

#9E424A (or 0x9E424A) is unknown color: approx Night Shadz. HEX triplet: 9E, 42 and 4A. RGB value is (158,66,74). Sum of RGB (Red+Green+Blue) = 158+66+74=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E424A is #61BDB5. Grayscale: #5E5E5E. Windows color (decimal): -6405558 or 4866718. OLE color: 4866718.

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

Color convert

RGB1586674-
CMYK00.580.530.38
HSL354.78º41.07%43.92%-
HSV(B)354.78º58.23%61.96%-
XYZ17.2811.667.82-
YUV94.42116.48173.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=53.02%
G=22.15%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158667400.580.530.38354.7841.0743.92
Hex9E424A03A3526163292c
Octal23610211207265465435154
Binary10011110100001010010100111010110101100110101100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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