#9F454E

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

Shades of Night Shadz #9F454E

Tints of Night Shadz #9F454E

Color information

#9F454E (or 0x9F454E) is unknown color: approx Night Shadz. HEX triplet: 9F, 45 and 4E. RGB value is (159,69,78). Sum of RGB (Red+Green+Blue) = 159+69+78=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F454E is #60BAB1. Grayscale: #606060. Windows color (decimal): -6339250 or 5129631. OLE color: 5129631.

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

Color convert

RGB1596978-
CMYK00.570.510.38
HSL354º39.47%44.71%-
HSV(B)354º56.6%62.35%-
XYZ17.812.188.62-
YUV96.94117.32172.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=51.96%
G=22.55%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159697800.570.510.3835439.4744.71
Hex9F454E0393326162272d
Octal23710511607163465424755
Binary10011111100010110011100111001110011100110101100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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