#A7364E

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

Shades of Night Shadz #A7364E

Tints of Night Shadz #A7364E

Color information

#A7364E (or 0xA7364E) is unknown color: approx Night Shadz. HEX triplet: A7, 36 and 4E. RGB value is (167,54,78). Sum of RGB (Red+Green+Blue) = 167+54+78=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7364E is #58C9B1. Grayscale: #5A5A5A. Windows color (decimal): -5818802 or 5125799. OLE color: 5125799.

HSL color Cylindrical-coordinate representation of color #A7364E: hue angle of 347.26º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7364E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1675478-
CMYK00.680.530.35
HSL347.26º51.13%43.33%-
HSV(B)347.26º67.66%65.49%-
XYZ18.6311.48.43-
YUV90.52120.94182.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=55.85%
G=18.06%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167547800.680.530.35347.2651.1343.33
HexA7364E044352315b332b
Octal24766116010465435336353
Binary10100111110110100111001000100110101100011101011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7364E; }

 p { color: rgb(167,54,78); }

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

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

 a { background-color: rgb(167,54,78); }

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

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

 span { border-color: rgb(167,54,78); }

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