#A53B48

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

Shades of Night Shadz #A53B48

Tints of Night Shadz #A53B48

Color information

#A53B48 (or 0xA53B48) is unknown color: approx Night Shadz. HEX triplet: A5, 3B and 48. RGB value is (165,59,72). Sum of RGB (Red+Green+Blue) = 165+59+72=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B48 is #5AC4B7. Grayscale: #5C5C5C. Windows color (decimal): -5948600 or 4733861. OLE color: 4733861.

HSL color Cylindrical-coordinate representation of color #A53B48: hue angle of 352.64º 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 #A53B48 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1655972-
CMYK00.640.560.35
HSL352.64º47.32%43.92%-
HSV(B)352.64º64.24%64.71%-
XYZ18.2511.67.41-
YUV92.18116.62179.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=55.74%
G=19.93%
B=24.32%

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
Decimal165597200.640.560.35352.6447.3243.92
HexA53B4804038231612f2c
Octal24573110010070435415754
Binary10100101111011100100001000000111000100011101100001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B48; }

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

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

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

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

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

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

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

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