#9C364C

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

Shades of Night Shadz #9C364C

Tints of Night Shadz #9C364C

Color information

#9C364C (or 0x9C364C) is unknown color: approx Night Shadz. HEX triplet: 9C, 36 and 4C. RGB value is (156,54,76). Sum of RGB (Red+Green+Blue) = 156+54+76=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C364C is #63C9B3. Grayscale: #575757. Windows color (decimal): -6539700 or 4994716. OLE color: 4994716.

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

Color convert

RGB1565476-
CMYK00.650.510.39
HSL347.06º48.57%41.18%-
HSV(B)347.06º65.38%61.18%-
XYZ16.3310.237.95-
YUV87.01121.79177.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.55%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=54.55%
G=18.88%
B=26.57%

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
Decimal156547600.650.510.39347.0648.5741.18
Hex9C364C041332715b3129
Octal23466114010163475336151
Binary10011100110110100110001000001110011100111101011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,76); }

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

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

 a { background-color: rgb(156,54,76); }

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

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

 span { border-color: rgb(156,54,76); }

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