#9D464A

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

Shades of Night Shadz #9D464A

Tints of Night Shadz #9D464A

Color information

#9D464A (or 0x9D464A) is unknown color: approx Night Shadz. HEX triplet: 9D, 46 and 4A. RGB value is (157,70,74). Sum of RGB (Red+Green+Blue) = 157+70+74=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D464A is #62B9B5. Grayscale: #606060. Windows color (decimal): -6470070 or 4867741. OLE color: 4867741.

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

Color convert

RGB1577074-
CMYK00.550.530.38
HSL357.24º38.33%44.51%-
HSV(B)357.24º55.41%61.57%-
XYZ17.3312.047.89-
YUV96.47115.32171.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=52.16%
G=23.26%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157707400.550.530.38357.2438.3344.51
Hex9D464A0373526165262d
Octal23510611206765465454655
Binary10011101100011010010100110111110101100110101100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,74); }

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

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

 a { background-color: rgb(157,70,74); }

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

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

 span { border-color: rgb(157,70,74); }

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