#984250

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

Shades of Night Shadz #984250

Tints of Night Shadz #984250

Color information

#984250 (or 0x984250) is unknown color: approx Night Shadz. HEX triplet: 98, 42 and 50. RGB value is (152,66,80). Sum of RGB (Red+Green+Blue) = 152+66+80=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #984250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984250 is #67BDAF. Grayscale: #5D5D5D. Windows color (decimal): -6798768 or 5259928. OLE color: 5259928.

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

Color convert

RGB1526680-
CMYK00.570.470.40
HSL350.23º39.45%42.75%-
HSV(B)350.23º56.58%59.61%-
XYZ16.3511.158.88-
YUV93.31120.49169.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=51.01%
G=22.15%
B=26.85%

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
Decimal152668000.570.470.40350.2339.4542.75
Hex9842500392F2815e272b
Octal23010212007157505364753
Binary10011000100001010100000111001101111101000101011110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984250; }

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

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

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

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

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

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

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

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