#9C374D

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

Shades of Night Shadz #9C374D

Tints of Night Shadz #9C374D

Color information

#9C374D (or 0x9C374D) is unknown color: approx Night Shadz. HEX triplet: 9C, 37 and 4D. RGB value is (156,55,77). Sum of RGB (Red+Green+Blue) = 156+55+77=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C374D is #63C8B2. Grayscale: #575757. Windows color (decimal): -6539443 or 5060508. OLE color: 5060508.

HSL color Cylindrical-coordinate representation of color #9C374D: hue angle of 346.93º 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 #9C374D is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1565577-
CMYK00.650.510.39
HSL346.93º47.87%41.37%-
HSV(B)346.93º64.74%61.18%-
XYZ16.4210.348.15-
YUV87.71121.96176.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=54.17%
G=19.10%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156557700.650.510.39346.9347.8741.37
Hex9C374D041332715b3029
Octal23467115010163475336051
Binary10011100110111100110101000001110011100111101011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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