#993E58

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

Shades of Night Shadz #993E58

Tints of Night Shadz #993E58

Color information

#993E58 (or 0x993E58) is unknown color: approx Night Shadz. HEX triplet: 99, 3E and 58. RGB value is (153,62,88). Sum of RGB (Red+Green+Blue) = 153+62+88=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993E58 is #66C1A7. Grayscale: #5C5C5C. Windows color (decimal): -6734248 or 5783193. OLE color: 5783193.

HSL color Cylindrical-coordinate representation of color #993E58: hue angle of 342.86º 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 #993E58 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1536288-
CMYK00.590.420.4
HSL342.86º42.33%42.16%-
HSV(B)342.86º59.48%60%-
XYZ16.6210.9210.46-
YUV92.17125.65171.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=50.50%
G=20.46%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153628800.590.420.4342.8642.3342.16
Hex993E5803B2A281572a2a
Octal2317613007352505275252
Binary1001100111111010110000111011101010101000101010111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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