#A63B49

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

Shades of Night Shadz #A63B49

Tints of Night Shadz #A63B49

Color information

#A63B49 (or 0xA63B49) is unknown color: approx Night Shadz. HEX triplet: A6, 3B and 49. RGB value is (166,59,73). Sum of RGB (Red+Green+Blue) = 166+59+73=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B49 is #59C4B6. Grayscale: #5C5C5C. Windows color (decimal): -5883063 or 4799398. OLE color: 4799398.

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

Color convert

RGB1665973-
CMYK00.640.560.35
HSL352.15º47.56%44.12%-
HSV(B)352.15º64.46%65.1%-
XYZ18.4911.727.59-
YUV92.59116.95180.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=55.70%
G=19.80%
B=24.50%

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
Decimal166597300.640.560.35352.1547.5644.12
HexA63B490403823160302c
Octal24673111010070435406054
Binary10100110111011100100101000000111000100011101100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B49; }

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

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

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

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

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

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

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

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