#993A4F

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

Shades of Night Shadz #993A4F

Tints of Night Shadz #993A4F

Color information

#993A4F (or 0x993A4F) is unknown color: approx Night Shadz. HEX triplet: 99, 3A and 4F. RGB value is (153,58,79). Sum of RGB (Red+Green+Blue) = 153+58+79=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A4F is #66C5B0. Grayscale: #585858. Windows color (decimal): -6735281 or 5192345. OLE color: 5192345.

HSL color Cylindrical-coordinate representation of color #993A4F: hue angle of 346.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A4F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1535879-
CMYK00.620.480.4
HSL346.74º45.02%41.37%-
HSV(B)346.74º62.09%60%-
XYZ16.0610.368.55-
YUV88.8122.47173.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=52.76%
G=20%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153587900.620.480.4346.7445.0241.37
Hex993A4F03E302815b2d29
Octal2317211707660505335551
Binary1001100111101010011110111110110000101000101011011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A4F; }

 p { color: rgb(153,58,79); }

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

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

 a { background-color: rgb(153,58,79); }

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

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

 span { border-color: rgb(153,58,79); }

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