#9F424B

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

Shades of Night Shadz #9F424B

Tints of Night Shadz #9F424B

Color information

#9F424B (or 0x9F424B) is unknown color: approx Night Shadz. HEX triplet: 9F, 42 and 4B. RGB value is (159,66,75). Sum of RGB (Red+Green+Blue) = 159+66+75=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F424B is #60BDB4. Grayscale: #5E5E5E. Windows color (decimal): -6340021 or 4932255. OLE color: 4932255.

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

Color convert

RGB1596675-
CMYK00.580.530.38
HSL354.19º41.33%44.12%-
HSV(B)354.19º58.49%62.35%-
XYZ17.5211.788.01-
YUV94.83116.81173.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 75 (29.69% from 255) = 25%
R=53%
G=22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159667500.580.530.38354.1941.3344.12
Hex9F424B03A3526162292c
Octal23710211307265465425154
Binary10011111100001010010110111010110101100110101100010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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