#994457

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

Shades of Night Shadz #994457

Tints of Night Shadz #994457

Color information

#994457 (or 0x994457) is unknown color: approx Night Shadz. HEX triplet: 99, 44 and 57. RGB value is (153,68,87). Sum of RGB (Red+Green+Blue) = 153+68+87=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994457 is #66BBA8. Grayscale: #5F5F5F. Windows color (decimal): -6732713 or 5719193. OLE color: 5719193.

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

Color convert

RGB1536887-
CMYK00.560.430.4
HSL346.59º38.46%43.33%-
HSV(B)346.59º55.56%60%-
XYZ16.9211.5910.36-
YUV95.58123.16168.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=49.68%
G=22.08%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153688700.560.430.4346.5938.4643.33
Hex9944570382B2815b262b
Octal23110412707053505334653
Binary10011001100010010101110111000101011101000101011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994457; }

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

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

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

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

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

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

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

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