#A63A41

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

Shades of Night Shadz #A63A41

Tints of Night Shadz #A63A41

Color information

#A63A41 (or 0xA63A41) is unknown color: approx Night Shadz. HEX triplet: A6, 3A and 41. RGB value is (166,58,65). Sum of RGB (Red+Green+Blue) = 166+58+65=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A41 is #59C5BE. Grayscale: #5B5B5B. Windows color (decimal): -5883327 or 4274854. OLE color: 4274854.

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

Color convert

RGB1665865-
CMYK00.650.610.35
HSL356.11º48.21%43.92%-
HSV(B)356.11º65.06%65.1%-
XYZ18.1911.516.26-
YUV91.09113.28181.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=57.44%
G=20.07%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166586500.650.610.35356.1148.2143.92
HexA63A410413D23164302c
Octal24672101010175435446054
Binary10100110111010100000101000001111101100011101100100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A41; }

 p { color: rgb(166,58,65); }

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

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

 a { background-color: rgb(166,58,65); }

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

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

 span { border-color: rgb(166,58,65); }

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