#993646

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

Shades of Night Shadz #993646

Tints of Night Shadz #993646

Color information

#993646 (or 0x993646) is unknown color: approx Night Shadz. HEX triplet: 99, 36 and 46. RGB value is (153,54,70). Sum of RGB (Red+Green+Blue) = 153+54+70=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993646 is #66C9B9. Grayscale: #555555. Windows color (decimal): -6736314 or 4601497. OLE color: 4601497.

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

Color convert

RGB1535470-
CMYK00.650.540.4
HSL350.3º47.83%40.59%-
HSV(B)350.3º64.71%60%-
XYZ15.569.856.88-
YUV85.42119.3176.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=55.23%
G=19.49%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153547000.650.540.4350.347.8340.59
Hex993646041362815e3029
Octal23166106010166505366051
Binary10011001110110100011001000001110110101000101011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993646; }

 p { color: rgb(153,54,70); }

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

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

 a { background-color: rgb(153,54,70); }

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

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

 span { border-color: rgb(153,54,70); }

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