#A0374B

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

Shades of Night Shadz #A0374B

Tints of Night Shadz #A0374B

Color information

#A0374B (or 0xA0374B) is unknown color: approx Night Shadz. HEX triplet: A0, 37 and 4B. RGB value is (160,55,75). Sum of RGB (Red+Green+Blue) = 160+55+75=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0374B is #5FC8B4. Grayscale: #585858. Windows color (decimal): -6277301 or 4929440. OLE color: 4929440.

HSL color Cylindrical-coordinate representation of color #A0374B: hue angle of 348.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0374B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1605575-
CMYK00.660.530.37
HSL348.57º48.84%42.16%-
HSV(B)348.57º65.62%62.75%-
XYZ17.1310.717.82-
YUV88.68120.29178.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=55.17%
G=18.97%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160557500.660.530.37348.5748.8442.16
HexA0374B042352515d312a
Octal24067113010265455356152
Binary10100000110111100101101000010110101100101101011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0374B; }

 p { color: rgb(160,55,75); }

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

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

 a { background-color: rgb(160,55,75); }

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

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

 span { border-color: rgb(160,55,75); }

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