#984252

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

Shades of Night Shadz #984252

Tints of Night Shadz #984252

Color information

#984252 (or 0x984252) is unknown color: approx Night Shadz. HEX triplet: 98, 42 and 52. RGB value is (152,66,82). Sum of RGB (Red+Green+Blue) = 152+66+82=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #984252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984252 is #67BDAD. Grayscale: #5D5D5D. Windows color (decimal): -6798766 or 5391000. OLE color: 5391000.

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

Color convert

RGB1526682-
CMYK00.570.460.40
HSL348.84º39.45%42.75%-
HSV(B)348.84º56.58%59.61%-
XYZ16.4211.189.28-
YUV93.54121.49169.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=50.67%
G=22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152668200.570.460.40348.8439.4542.75
Hex9842520392E2815d272b
Octal23010212207156505354753
Binary10011000100001010100100111001101110101000101011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984252; }

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

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

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

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

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

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

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

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