#9F464E

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

Shades of Night Shadz #9F464E

Tints of Night Shadz #9F464E

Color information

#9F464E (or 0x9F464E) is unknown color: approx Night Shadz. HEX triplet: 9F, 46 and 4E. RGB value is (159,70,78). Sum of RGB (Red+Green+Blue) = 159+70+78=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F464E is #60B9B1. Grayscale: #616161. Windows color (decimal): -6338994 or 5129887. OLE color: 5129887.

HSL color Cylindrical-coordinate representation of color #9F464E: hue angle of 354.61º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F464E is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1597078-
CMYK00.560.510.38
HSL354.61º38.86%44.9%-
HSV(B)354.61º55.97%62.35%-
XYZ17.8612.38.64-
YUV97.52116.99171.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=51.79%
G=22.80%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159707800.560.510.38354.6138.8644.9
Hex9F464E0383326163272d
Octal23710611607063465434755
Binary10011111100011010011100111000110011100110101100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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