#9C374E

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

Shades of Night Shadz #9C374E

Tints of Night Shadz #9C374E

Color information

#9C374E (or 0x9C374E) is unknown color: approx Night Shadz. HEX triplet: 9C, 37 and 4E. RGB value is (156,55,78). Sum of RGB (Red+Green+Blue) = 156+55+78=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C374E is #63C8B1. Grayscale: #575757. Windows color (decimal): -6539442 or 5126044. OLE color: 5126044.

HSL color Cylindrical-coordinate representation of color #9C374E: hue angle of 346.34º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C374E is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB1565578-
CMYK00.650.50.39
HSL346.34º47.87%41.37%-
HSV(B)346.34º64.74%61.18%-
XYZ16.4510.358.34-
YUV87.82122.46176.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=53.98%
G=19.03%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156557800.650.50.39346.3447.8741.37
Hex9C374E041322715a3029
Octal23467116010162475326051
Binary10011100110111100111001000001110010100111101011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,78); }

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

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

 a { background-color: rgb(156,55,78); }

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

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

 span { border-color: rgb(156,55,78); }

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