#984251

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

Shades of Night Shadz #984251

Tints of Night Shadz #984251

Color information

#984251 (or 0x984251) is unknown color: approx Night Shadz. HEX triplet: 98, 42 and 51. RGB value is (152,66,81). Sum of RGB (Red+Green+Blue) = 152+66+81=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #984251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984251 is #67BDAE. Grayscale: #5D5D5D. Windows color (decimal): -6798767 or 5325464. OLE color: 5325464.

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

Color convert

RGB1526681-
CMYK00.570.470.40
HSL349.53º39.45%42.75%-
HSV(B)349.53º56.58%59.61%-
XYZ16.3811.179.08-
YUV93.42120.99169.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=50.84%
G=22.07%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152668100.570.470.40349.5339.4542.75
Hex9842510392F2815e272b
Octal23010212107157505364753
Binary10011000100001010100010111001101111101000101011110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984251; }

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

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

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

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

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

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

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

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