#A53B49

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

Shades of Night Shadz #A53B49

Tints of Night Shadz #A53B49

Color information

#A53B49 (or 0xA53B49) is unknown color: approx Night Shadz. HEX triplet: A5, 3B and 49. RGB value is (165,59,73). Sum of RGB (Red+Green+Blue) = 165+59+73=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B49 is #5AC4B6. Grayscale: #5C5C5C. Windows color (decimal): -5948599 or 4799397. OLE color: 4799397.

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

Color convert

RGB1655973-
CMYK00.640.560.35
HSL352.08º47.32%43.92%-
HSV(B)352.08º64.24%64.71%-
XYZ18.2811.617.58-
YUV92.29117.12179.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=55.56%
G=19.87%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165597300.640.560.35352.0847.3243.92
HexA53B4904038231602f2c
Octal24573111010070435405754
Binary10100101111011100100101000000111000100011101100000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B49; }

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

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

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

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

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

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

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

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