#A13357

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

Shades of Night Shadz #A13357

Tints of Night Shadz #A13357

Color information

#A13357 (or 0xA13357) is unknown color: approx Night Shadz. HEX triplet: A1, 33 and 57. RGB value is (161,51,87). Sum of RGB (Red+Green+Blue) = 161+51+87=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A13357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13357 is #5ECCA8. Grayscale: #575757. Windows color (decimal): -6212777 or 5714849. OLE color: 5714849.

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

Color convert

RGB1615187-
CMYK00.680.460.37
HSL340.36º51.89%41.57%-
HSV(B)340.36º68.32%63.14%-
XYZ17.610.6310.14-
YUV87.99127.44180.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=53.85%
G=17.06%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161518700.680.460.37340.3651.8941.57
HexA133570442E25154342a
Octal24163127010456455246452
Binary10100001110011101011101000100101110100101101010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13357; }

 p { color: rgb(161,51,87); }

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

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

 a { background-color: rgb(161,51,87); }

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

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

 span { border-color: rgb(161,51,87); }

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