#994856

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

Shades of Night Shadz #994856

Tints of Night Shadz #994856

Color information

#994856 (or 0x994856) is unknown color: approx Night Shadz. HEX triplet: 99, 48 and 56. RGB value is (153,72,86). Sum of RGB (Red+Green+Blue) = 153+72+86=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994856 is #66B7A9. Grayscale: #616161. Windows color (decimal): -6731690 or 5654681. OLE color: 5654681.

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

Color convert

RGB1537286-
CMYK00.530.440.4
HSL349.63º36%44.12%-
HSV(B)349.63º52.94%60%-
XYZ17.1312.0810.23-
YUV97.82121.34167.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=49.20%
G=23.15%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153728600.530.440.4349.633644.12
Hex9948560352C2815e242c
Octal23111012606554505364454
Binary10011001100100010101100110101101100101000101011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994856; }

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

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

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

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

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

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

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

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