#994650

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

Shades of Night Shadz #994650

Tints of Night Shadz #994650

Color information

#994650 (or 0x994650) is unknown color: approx Night Shadz. HEX triplet: 99, 46 and 50. RGB value is (153,70,80). Sum of RGB (Red+Green+Blue) = 153+70+80=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994650 is #66B9AF. Grayscale: #5F5F5F. Windows color (decimal): -6732208 or 5260953. OLE color: 5260953.

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

Color convert

RGB1537080-
CMYK00.540.480.4
HSL352.77º37.22%43.73%-
HSV(B)352.77º54.25%60%-
XYZ16.7711.738.97-
YUV95.96119168.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=50.50%
G=23.10%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153708000.540.480.4352.7737.2243.73
Hex9946500363028161252c
Octal23110612006660505414554
Binary10011001100011010100000110110110000101000101100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994650; }

 p { color: rgb(153,70,80); }

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

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

 a { background-color: rgb(153,70,80); }

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

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

 span { border-color: rgb(153,70,80); }

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