#A63D48

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

Shades of Night Shadz #A63D48

Tints of Night Shadz #A63D48

Color information

#A63D48 (or 0xA63D48) is unknown color: approx Night Shadz. HEX triplet: A6, 3D and 48. RGB value is (166,61,72). Sum of RGB (Red+Green+Blue) = 166+61+72=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D48 is #59C2B7. Grayscale: #5D5D5D. Windows color (decimal): -5882552 or 4734374. OLE color: 4734374.

HSL color Cylindrical-coordinate representation of color #A63D48: hue angle of 353.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63D48 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1666172-
CMYK00.630.570.35
HSL353.71º46.26%44.51%-
HSV(B)353.71º63.25%65.1%-
XYZ18.5611.917.45-
YUV93.65115.79179.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=55.52%
G=20.40%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166617200.630.570.35353.7146.2644.51
HexA63D4803F39231622e2d
Octal2467511007771435425655
Binary1010011011110110010000111111111001100011101100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D48; }

 p { color: rgb(166,61,72); }

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

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

 a { background-color: rgb(166,61,72); }

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

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

 span { border-color: rgb(166,61,72); }

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