#A53A4B

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

Shades of Night Shadz #A53A4B

Tints of Night Shadz #A53A4B

Color information

#A53A4B (or 0xA53A4B) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 4B. RGB value is (165,58,75). Sum of RGB (Red+Green+Blue) = 165+58+75=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A4B is #5AC5B4. Grayscale: #5B5B5B. Windows color (decimal): -5948853 or 4930213. OLE color: 4930213.

HSL color Cylindrical-coordinate representation of color #A53A4B: hue angle of 350.47º degrees, saturation: 0.48, 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 #A53A4B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1655875-
CMYK00.650.550.35
HSL350.47º47.98%43.73%-
HSV(B)350.47º64.85%64.71%-
XYZ18.311.537.92-
YUV91.93118.45180.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=55.37%
G=19.46%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165587500.650.550.35350.4747.9843.73
HexA53A4B041372315e302c
Octal24572113010167435366054
Binary10100101111010100101101000001110111100011101011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A4B; }

 p { color: rgb(165,58,75); }

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

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

 a { background-color: rgb(165,58,75); }

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

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

 span { border-color: rgb(165,58,75); }

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