#994349

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

Shades of Night Shadz #994349

Tints of Night Shadz #994349

Color information

#994349 (or 0x994349) is unknown color: approx Night Shadz. HEX triplet: 99, 43 and 49. RGB value is (153,67,73). Sum of RGB (Red+Green+Blue) = 153+67+73=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994349 is #66BCB6. Grayscale: #5D5D5D. Windows color (decimal): -6732983 or 4801433. OLE color: 4801433.

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

Color convert

RGB1536773-
CMYK00.560.520.4
HSL355.81º39.09%43.14%-
HSV(B)355.81º56.21%60%-
XYZ16.3511.277.62-
YUV93.4116.49170.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=52.22%
G=22.87%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153677300.560.520.4355.8139.0943.14
Hex9943490383428164272b
Octal23110311107064505444753
Binary10011001100001110010010111000110100101000101100100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994349; }

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

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

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

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

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

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

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

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