#984255

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

Shades of Night Shadz #984255

Tints of Night Shadz #984255

Color information

#984255 (or 0x984255) is unknown color: approx Night Shadz. HEX triplet: 98, 42 and 55. RGB value is (152,66,85). Sum of RGB (Red+Green+Blue) = 152+66+85=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #984255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984255 is #67BDAA. Grayscale: #5D5D5D. Windows color (decimal): -6798763 or 5587608. OLE color: 5587608.

HSL color Cylindrical-coordinate representation of color #984255: hue angle of 346.74º 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 #984255 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1526685-
CMYK00.570.440.40
HSL346.74º39.45%42.75%-
HSV(B)346.74º56.58%59.61%-
XYZ16.5411.239.89-
YUV93.88122.99169.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=50.17%
G=21.78%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152668500.570.440.40346.7439.4542.75
Hex9842550392C2815b272b
Octal23010212507154505334753
Binary10011000100001010101010111001101100101000101011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984255; }

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

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

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

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

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

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

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

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