#994252

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

Shades of Night Shadz #994252

Tints of Night Shadz #994252

Color information

#994252 (or 0x994252) is unknown color: approx Night Shadz. HEX triplet: 99, 42 and 52. RGB value is (153,66,82). Sum of RGB (Red+Green+Blue) = 153+66+82=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994252 is #66BDAD. Grayscale: #5D5D5D. Windows color (decimal): -6733230 or 5391001. OLE color: 5391001.

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

Color convert

RGB1536682-
CMYK00.570.460.4
HSL348.97º39.73%42.94%-
HSV(B)348.97º56.86%60%-
XYZ16.6111.289.28-
YUV93.84121.32170.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=50.83%
G=21.93%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153668200.570.460.4348.9739.7342.94
Hex9942520392E2815d282b
Octal23110212207156505355053
Binary10011001100001010100100111001101110101000101011101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994252; }

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

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

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

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

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

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

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

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