#9c464e

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

Shades of Night Shadz #9C464E

Tints of Night Shadz #9C464E

Color information

#9C464E (or 0x9C464E) is unknown color: approx Night Shadz. HEX triplet: 9C, 46 and 4E. RGB value is (156,70,78). Sum of RGB (Red+Green+Blue) = 156+70+78=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C464E is #63B9B1. Grayscale: #606060. Windows color (decimal): -6535602 or 5129884. OLE color: 5129884.

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

Color convert

RGB1567078-
CMYK00.550.50.39
HSL354.42º38.05%44.31%-
HSV(B)354.42º55.13%61.18%-
XYZ17.28128.61-
YUV96.63117.49170.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=51.32%
G=23.03%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156707800.550.50.39354.4238.0544.31
Hex9C464E0373227162262c
Octal23410611606762475424654
Binary10011100100011010011100110111110010100111101100010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c464e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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