#A53949

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

Shades of Night Shadz #A53949

Tints of Night Shadz #A53949

Color information

#A53949 (or 0xA53949) is unknown color: approx Night Shadz. HEX triplet: A5, 39 and 49. RGB value is (165,57,73). Sum of RGB (Red+Green+Blue) = 165+57+73=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A53949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53949 is #5AC6B6. Grayscale: #5B5B5B. Windows color (decimal): -5949111 or 4798885. OLE color: 4798885.

HSL color Cylindrical-coordinate representation of color #A53949: hue angle of 351.11º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53949 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1655773-
CMYK00.650.560.35
HSL351.11º48.65%43.53%-
HSV(B)351.11º65.45%64.71%-
XYZ18.1811.417.55-
YUV91.12117.78180.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=55.93%
G=19.32%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165577300.650.560.35351.1148.6543.53
HexA53949041382315f312c
Octal24571111010170435376154
Binary10100101111001100100101000001111000100011101011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53949; }

 p { color: rgb(165,57,73); }

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

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

 a { background-color: rgb(165,57,73); }

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

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

 span { border-color: rgb(165,57,73); }

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