#994453

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

Shades of Night Shadz #994453

Tints of Night Shadz #994453

Color information

#994453 (or 0x994453) is unknown color: approx Night Shadz. HEX triplet: 99, 44 and 53. RGB value is (153,68,83). Sum of RGB (Red+Green+Blue) = 153+68+83=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #994453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994453 is #66BBAC. Grayscale: #5F5F5F. Windows color (decimal): -6732717 or 5457049. OLE color: 5457049.

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

Color convert

RGB1536883-
CMYK00.560.460.4
HSL349.41º38.46%43.33%-
HSV(B)349.41º55.56%60%-
XYZ16.7711.539.53-
YUV95.12121.16169.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=50.33%
G=22.37%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153688300.560.460.4349.4138.4643.33
Hex9944530382E2815d262b
Octal23110412307056505354653
Binary10011001100010010100110111000101110101000101011101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994453; }

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

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

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

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

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

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

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

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