#994356

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

Shades of Night Shadz #994356

Tints of Night Shadz #994356

Color information

#994356 (or 0x994356) is unknown color: approx Night Shadz. HEX triplet: 99, 43 and 56. RGB value is (153,67,86). Sum of RGB (Red+Green+Blue) = 153+67+86=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994356 is #66BCA9. Grayscale: #5E5E5E. Windows color (decimal): -6732970 or 5653401. OLE color: 5653401.

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

Color convert

RGB1536786-
CMYK00.560.440.4
HSL346.74º39.09%43.14%-
HSV(B)346.74º56.21%60%-
XYZ16.8211.4610.13-
YUV94.88122.99169.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=50%
G=21.90%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153678600.560.440.4346.7439.0943.14
Hex9943560382C2815b272b
Octal23110312607054505334753
Binary10011001100001110101100111000101100101000101011011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994356; }

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

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

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

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

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

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

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

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