#994556

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

Shades of Night Shadz #994556

Tints of Night Shadz #994556

Color information

#994556 (or 0x994556) is unknown color: approx Night Shadz. HEX triplet: 99, 45 and 56. RGB value is (153,69,86). Sum of RGB (Red+Green+Blue) = 153+69+86=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994556 is #66BAA9. Grayscale: #606060. Windows color (decimal): -6732458 or 5653913. OLE color: 5653913.

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

Color convert

RGB1536986-
CMYK00.550.440.4
HSL347.86º37.84%43.53%-
HSV(B)347.86º54.9%60%-
XYZ16.9411.710.17-
YUV96.05122.33168.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=49.68%
G=22.40%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153698600.550.440.4347.8637.8443.53
Hex9945560372C2815c262c
Octal23110512606754505344654
Binary10011001100010110101100110111101100101000101011100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994556; }

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

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

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

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

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

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

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

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