#a72d49

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

Shades of Night Shadz #A72D49

Tints of Night Shadz #A72D49

Color information

#A72D49 (or 0xA72D49) is unknown color: approx Night Shadz. HEX triplet: A7, 2D and 49. RGB value is (167,45,73). Sum of RGB (Red+Green+Blue) = 167+45+73=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D49 is #58D2B6. Grayscale: #545454. Windows color (decimal): -5821111 or 4795815. OLE color: 4795815.

HSL color Cylindrical-coordinate representation of color #A72D49: hue angle of 346.23º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D49 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1674573-
CMYK00.730.560.35
HSL346.23º57.55%41.57%-
HSV(B)346.23º73.05%65.49%-
XYZ18.0810.577.39-
YUV84.67121.42186.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=58.60%
G=15.79%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167457300.730.560.35346.2357.5541.57
HexA72D49049382315a3a2a
Octal24755111011170435327252
Binary10100111101101100100101001001111000100011101011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72d49; }

 p { color: rgb(167,45,73); }

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

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

 a { background-color: rgb(167,45,73); }

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

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

 span { border-color: rgb(167,45,73); }

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