#A4314B

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

Shades of Night Shadz #A4314B

Tints of Night Shadz #A4314B

Color information

#A4314B (or 0xA4314B) is unknown color: approx Night Shadz. HEX triplet: A4, 31 and 4B. RGB value is (164,49,75). Sum of RGB (Red+Green+Blue) = 164+49+75=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4314B is #5BCEB4. Grayscale: #565656. Windows color (decimal): -6016693 or 4927908. OLE color: 4927908.

HSL color Cylindrical-coordinate representation of color #A4314B: hue angle of 346.43º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4314B is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1644975-
CMYK00.700.540.36
HSL346.43º53.99%41.76%-
HSV(B)346.43º70.12%64.31%-
XYZ17.6810.67.77-
YUV86.35121.6183.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=56.94%
G=17.01%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164497500.700.540.36346.4353.9941.76
HexA4314B046362415a362a
Octal24461113010666445326652
Binary10100100110001100101101000110110110100100101011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4314B; }

 p { color: rgb(164,49,75); }

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

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

 a { background-color: rgb(164,49,75); }

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

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

 span { border-color: rgb(164,49,75); }

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