#994451

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

Shades of Night Shadz #994451

Tints of Night Shadz #994451

Color information

#994451 (or 0x994451) is unknown color: approx Night Shadz. HEX triplet: 99, 44 and 51. RGB value is (153,68,81). Sum of RGB (Red+Green+Blue) = 153+68+81=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994451 is #66BBAE. Grayscale: #5E5E5E. Windows color (decimal): -6732719 or 5325977. OLE color: 5325977.

HSL color Cylindrical-coordinate representation of color #994451: hue angle of 350.82º degrees, saturation: 0.38, 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 #994451 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB1536881-
CMYK00.560.470.4
HSL350.82º38.46%43.33%-
HSV(B)350.82º55.56%60%-
XYZ16.6911.59.12-
YUV94.9120.16169.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=50.66%
G=22.52%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153688100.560.470.4350.8238.4643.33
Hex9944510382F2815f262b
Octal23110412107057505374653
Binary10011001100010010100010111000101111101000101011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994451; }

 p { color: rgb(153,68,81); }

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

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

 a { background-color: rgb(153,68,81); }

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

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

 span { border-color: rgb(153,68,81); }

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