#993E4F

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

Shades of Night Shadz #993E4F

Tints of Night Shadz #993E4F

Color information

#993E4F (or 0x993E4F) is unknown color: approx Night Shadz. HEX triplet: 99, 3E and 4F. RGB value is (153,62,79). Sum of RGB (Red+Green+Blue) = 153+62+79=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #993E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993E4F is #66C1B0. Grayscale: #5B5B5B. Windows color (decimal): -6734257 or 5193369. OLE color: 5193369.

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

Color convert

RGB1536279-
CMYK00.590.480.4
HSL348.79º42.33%42.16%-
HSV(B)348.79º59.48%60%-
XYZ16.2710.788.62-
YUV91.15121.15172.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=52.04%
G=21.09%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153627900.590.480.4348.7942.3342.16
Hex993E4F03B302815d2a2a
Octal2317611707360505355252
Binary1001100111111010011110111011110000101000101011101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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