#A53B41

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

Shades of Night Shadz #A53B41

Tints of Night Shadz #A53B41

Color information

#A53B41 (or 0xA53B41) is unknown color: approx Night Shadz. HEX triplet: A5, 3B and 41. RGB value is (165,59,65). Sum of RGB (Red+Green+Blue) = 165+59+65=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B41 is #5AC4BE. Grayscale: #5B5B5B. Windows color (decimal): -5948607 or 4275109. OLE color: 4275109.

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

Color convert

RGB1655965-
CMYK00.640.610.35
HSL356.6º47.32%43.92%-
HSV(B)356.6º64.24%64.71%-
XYZ18.0411.516.27-
YUV91.38113.12180.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=57.09%
G=20.42%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165596500.640.610.35356.647.3243.92
HexA53B410403D231652f2c
Octal24573101010075435455754
Binary10100101111011100000101000000111101100011101100101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B41; }

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

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

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

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

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

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

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

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