#9F414B

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

Shades of Night Shadz #9F414B

Tints of Night Shadz #9F414B

Color information

#9F414B (or 0x9F414B) is unknown color: approx Night Shadz. HEX triplet: 9F, 41 and 4B. RGB value is (159,65,75). Sum of RGB (Red+Green+Blue) = 159+65+75=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F414B is #60BEB4. Grayscale: #5E5E5E. Windows color (decimal): -6340277 or 4931999. OLE color: 4931999.

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

Color convert

RGB1596575-
CMYK00.590.530.38
HSL353.62º41.96%43.92%-
HSV(B)353.62º59.12%62.35%-
XYZ17.4611.667.99-
YUV94.25117.14174.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=53.18%
G=21.74%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159657500.590.530.38353.6241.9643.92
Hex9F414B03B35261622a2c
Octal23710111307365465425254
Binary10011111100000110010110111011110101100110101100010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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