#9D464B

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

Shades of Night Shadz #9D464B

Tints of Night Shadz #9D464B

Color information

#9D464B (or 0x9D464B) is unknown color: approx Night Shadz. HEX triplet: 9D, 46 and 4B. RGB value is (157,70,75). Sum of RGB (Red+Green+Blue) = 157+70+75=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D464B is #62B9B4. Grayscale: #606060. Windows color (decimal): -6470069 or 4933277. OLE color: 4933277.

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

Color convert

RGB1577075-
CMYK00.550.520.38
HSL356.55º38.33%44.51%-
HSV(B)356.55º55.41%61.57%-
XYZ17.3612.068.07-
YUV96.58115.82171.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=51.99%
G=23.18%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157707500.550.520.38356.5538.3344.51
Hex9D464B0373426165262d
Octal23510611306764465454655
Binary10011101100011010010110110111110100100110101100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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