#A1384D

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

Shades of Night Shadz #A1384D

Tints of Night Shadz #A1384D

Color information

#A1384D (or 0xA1384D) is unknown color: approx Night Shadz. HEX triplet: A1, 38 and 4D. RGB value is (161,56,77). Sum of RGB (Red+Green+Blue) = 161+56+77=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1384D is #5EC7B2. Grayscale: #595959. Windows color (decimal): -6211507 or 5060769. OLE color: 5060769.

HSL color Cylindrical-coordinate representation of color #A1384D: hue angle of 348º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1384D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1615677-
CMYK00.650.520.37
HSL348º48.39%42.55%-
HSV(B)348º65.22%63.14%-
XYZ17.4510.948.21-
YUV89.79120.79178.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=54.76%
G=19.05%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161567700.650.520.3734848.3942.55
HexA1384D041342515c302b
Octal24170115010164455346053
Binary10100001111000100110101000001110100100101101011100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1384D; }

 p { color: rgb(161,56,77); }

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

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

 a { background-color: rgb(161,56,77); }

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

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

 span { border-color: rgb(161,56,77); }

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