#9E374A

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

Shades of Night Shadz #9E374A

Tints of Night Shadz #9E374A

Color information

#9E374A (or 0x9E374A) is unknown color: approx Night Shadz. HEX triplet: 9E, 37 and 4A. RGB value is (158,55,74). Sum of RGB (Red+Green+Blue) = 158+55+74=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E374A is #61C8B5. Grayscale: #575757. Windows color (decimal): -6408374 or 4863902. OLE color: 4863902.

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

Color convert

RGB1585574-
CMYK00.650.530.38
HSL348.93º48.36%41.76%-
HSV(B)348.93º65.19%61.96%-
XYZ16.710.57.62-
YUV87.96120.12177.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.05%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=55.05%
G=19.16%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158557400.650.530.38348.9348.3641.76
Hex9E374A041352615d302a
Octal23667112010165465356052
Binary10011110110111100101001000001110101100110101011101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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