#AB3949

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

Shades of Night Shadz #AB3949

Tints of Night Shadz #AB3949

Color information

#AB3949 (or 0xAB3949) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 49. RGB value is (171,57,73). Sum of RGB (Red+Green+Blue) = 171+57+73=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3949 is #54C6B6. Grayscale: #5C5C5C. Windows color (decimal): -5555895 or 4798891. OLE color: 4798891.

HSL color Cylindrical-coordinate representation of color #AB3949: hue angle of 351.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3949 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1715773-
CMYK00.670.570.33
HSL351.58º50%44.71%-
HSV(B)351.58º66.67%67.06%-
XYZ19.4612.077.61-
YUV92.91116.77183.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=56.81%
G=18.94%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171577300.670.570.33351.585044.71
HexAB39490433921160322d
Octal25371111010371415406255
Binary10101011111001100100101000011111001100001101100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3949; }

 p { color: rgb(171,57,73); }

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

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

 a { background-color: rgb(171,57,73); }

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

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

 span { border-color: rgb(171,57,73); }

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