#9D414F

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

Shades of Night Shadz #9D414F

Tints of Night Shadz #9D414F

Color information

#9D414F (or 0x9D414F) is unknown color: approx Night Shadz. HEX triplet: 9D, 41 and 4F. RGB value is (157,65,79). Sum of RGB (Red+Green+Blue) = 157+65+79=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D414F is #62BEB0. Grayscale: #5E5E5E. Windows color (decimal): -6471345 or 5194141. OLE color: 5194141.

HSL color Cylindrical-coordinate representation of color #9D414F: hue angle of 350.87º degrees, saturation: 0.41, 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 #9D414F is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1576579-
CMYK00.590.500.38
HSL350.87º41.44%43.53%-
HSV(B)350.87º58.6%61.57%-
XYZ17.2111.518.71-
YUV94.1119.48172.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=52.16%
G=21.59%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157657900.590.500.38350.8741.4443.53
Hex9D414F03B322615f292c
Octal23510111707362465375154
Binary10011101100000110011110111011110010100110101011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,79); }

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

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

 a { background-color: rgb(157,65,79); }

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

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

 span { border-color: rgb(157,65,79); }

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