#AB373F

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

Shades of Night Shadz #AB373F

Tints of Night Shadz #AB373F

Color information

#AB373F (or 0xAB373F) is unknown color: approx Night Shadz. HEX triplet: AB, 37 and 3F. RGB value is (171,55,63). Sum of RGB (Red+Green+Blue) = 171+55+63=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB373F is #54C8C0. Grayscale: #5A5A5A. Windows color (decimal): -5556417 or 4143019. OLE color: 4143019.

HSL color Cylindrical-coordinate representation of color #AB373F: hue angle of 355.86º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB373F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1715563-
CMYK00.680.630.33
HSL355.86º51.33%44.31%-
HSV(B)355.86º67.84%67.06%-
XYZ19.0611.755.97-
YUV90.6112.43185.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 63 (25% from 255) = 21.80%
R=59.17%
G=19.03%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171556300.680.630.33355.8651.3344.31
HexAB373F0443F21164332c
Octal2536777010477415446354
Binary1010101111011111111101000100111111100001101100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB373F; }

 p { color: rgb(171,55,63); }

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

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

 a { background-color: rgb(171,55,63); }

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

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

 span { border-color: rgb(171,55,63); }

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