#A13759

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

Shades of Night Shadz #A13759

Tints of Night Shadz #A13759

Color information

#A13759 (or 0xA13759) is unknown color: approx Night Shadz. HEX triplet: A1, 37 and 59. RGB value is (161,55,89). Sum of RGB (Red+Green+Blue) = 161+55+89=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A13759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13759 is #5EC8A6. Grayscale: #5A5A5A. Windows color (decimal): -6211751 or 5846945. OLE color: 5846945.

HSL color Cylindrical-coordinate representation of color #A13759: hue angle of 340.75º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13759 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1615589-
CMYK00.660.450.37
HSL340.75º49.07%42.35%-
HSV(B)340.75º65.84%63.14%-
XYZ17.8711.0310.64-
YUV90.57127.12178.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=52.79%
G=18.03%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161558900.660.450.37340.7549.0742.35
HexA137590422D25155312a
Octal24167131010255455256152
Binary10100001110111101100101000010101101100101101010101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13759; }

 p { color: rgb(161,55,89); }

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

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

 a { background-color: rgb(161,55,89); }

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

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

 span { border-color: rgb(161,55,89); }

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