#984951

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

Shades of Night Shadz #984951

Tints of Night Shadz #984951

Color information

#984951 (or 0x984951) is unknown color: approx Night Shadz. HEX triplet: 98, 49 and 51. RGB value is (152,73,81). Sum of RGB (Red+Green+Blue) = 152+73+81=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984951 is #67B6AE. Grayscale: #616161. Windows color (decimal): -6796975 or 5327256. OLE color: 5327256.

HSL color Cylindrical-coordinate representation of color #984951: hue angle of 353.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984951 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1527381-
CMYK00.520.470.40
HSL353.92º35.11%44.12%-
HSV(B)353.92º51.97%59.61%-
XYZ16.8212.039.22-
YUV97.53118.67166.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=49.67%
G=23.86%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152738100.520.470.40353.9235.1144.12
Hex9849510342F28162232c
Octal23011112106457505424354
Binary10011000100100110100010110100101111101000101100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984951; }

 p { color: rgb(152,73,81); }

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

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

 a { background-color: rgb(152,73,81); }

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

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

 span { border-color: rgb(152,73,81); }

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