#9F444B

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

Shades of Night Shadz #9F444B

Tints of Night Shadz #9F444B

Color information

#9F444B (or 0x9F444B) is unknown color: approx Night Shadz. HEX triplet: 9F, 44 and 4B. RGB value is (159,68,75). Sum of RGB (Red+Green+Blue) = 159+68+75=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F444B is #60BBB4. Grayscale: #606060. Windows color (decimal): -6339509 or 4932767. OLE color: 4932767.

HSL color Cylindrical-coordinate representation of color #9F444B: hue angle of 355.38º degrees, saturation: 0.4, 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 #9F444B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1596875-
CMYK00.570.530.38
HSL355.38º40.09%44.51%-
HSV(B)355.38º57.23%62.35%-
XYZ17.6412.018.05-
YUV96.01116.15172.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=52.65%
G=22.52%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159687500.570.530.38355.3840.0944.51
Hex9F444B0393526163282d
Octal23710411307165465435055
Binary10011111100010010010110111001110101100110101100011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,75); }

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

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

 a { background-color: rgb(159,68,75); }

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

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

 span { border-color: rgb(159,68,75); }

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