#994852

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

Shades of Night Shadz #994852

Tints of Night Shadz #994852

Color information

#994852 (or 0x994852) is unknown color: approx Night Shadz. HEX triplet: 99, 48 and 52. RGB value is (153,72,82). Sum of RGB (Red+Green+Blue) = 153+72+82=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994852 is #66B7AD. Grayscale: #616161. Windows color (decimal): -6731694 or 5392537. OLE color: 5392537.

HSL color Cylindrical-coordinate representation of color #994852: hue angle of 352.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994852 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1537282-
CMYK00.530.460.4
HSL352.59º36%44.12%-
HSV(B)352.59º52.94%60%-
XYZ16.9812.029.41-
YUV97.36119.34167.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=49.84%
G=23.45%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153728200.530.460.4352.593644.12
Hex9948520352E28161242c
Octal23111012206556505414454
Binary10011001100100010100100110101101110101000101100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994852; }

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

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

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

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

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

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

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

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