#9F424F

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

Shades of Night Shadz #9F424F

Tints of Night Shadz #9F424F

Color information

#9F424F (or 0x9F424F) is unknown color: approx Night Shadz. HEX triplet: 9F, 42 and 4F. RGB value is (159,66,79). Sum of RGB (Red+Green+Blue) = 159+66+79=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F424F is #60BDB0. Grayscale: #5F5F5F. Windows color (decimal): -6340017 or 5194399. OLE color: 5194399.

HSL color Cylindrical-coordinate representation of color #9F424F: hue angle of 351.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F424F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1596679-
CMYK00.580.500.38
HSL351.61º41.33%44.12%-
HSV(B)351.61º58.49%62.35%-
XYZ17.6611.838.75-
YUV95.29118.81173.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=52.30%
G=21.71%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159667900.580.500.38351.6141.3344.12
Hex9F424F03A3226160292c
Octal23710211707262465405154
Binary10011111100001010011110111010110010100110101100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,79); }

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

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

 a { background-color: rgb(159,66,79); }

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

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

 span { border-color: rgb(159,66,79); }

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