#993850

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

Shades of Night Shadz #993850

Tints of Night Shadz #993850

Color information

#993850 (or 0x993850) is unknown color: approx Night Shadz. HEX triplet: 99, 38 and 50. RGB value is (153,56,80). Sum of RGB (Red+Green+Blue) = 153+56+80=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #993850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993850 is #66C7AF. Grayscale: #575757. Windows color (decimal): -6735792 or 5257369. OLE color: 5257369.

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

Color convert

RGB1535680-
CMYK00.630.480.4
HSL345.15º46.41%40.98%-
HSV(B)345.15º63.4%60%-
XYZ1610.188.71-
YUV87.74123.64174.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=52.94%
G=19.38%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153568000.630.480.4345.1546.4140.98
Hex99385003F30281592e29
Octal2317012007760505315651
Binary1001100111100010100000111111110000101000101011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993850; }

 p { color: rgb(153,56,80); }

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

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

 a { background-color: rgb(153,56,80); }

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

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

 span { border-color: rgb(153,56,80); }

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