#AB3250

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

Shades of Night Shadz #AB3250

Tints of Night Shadz #AB3250

Color information

#AB3250 (or 0xAB3250) is unknown color: approx Night Shadz. HEX triplet: AB, 32 and 50. RGB value is (171,50,80). Sum of RGB (Red+Green+Blue) = 171+50+80=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3250 is #54CDAF. Grayscale: #595959. Windows color (decimal): -5557680 or 5255851. OLE color: 5255851.

HSL color Cylindrical-coordinate representation of color #AB3250: hue angle of 345.12º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3250 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1715080-
CMYK00.710.530.33
HSL345.12º54.75%43.33%-
HSV(B)345.12º70.76%67.06%-
XYZ19.3811.528.79-
YUV89.6122.59186.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=56.81%
G=16.61%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171508000.710.530.33345.1254.7543.33
HexAB32500473521159372b
Octal25362120010765415316753
Binary10101011110010101000001000111110101100001101011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3250; }

 p { color: rgb(171,50,80); }

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

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

 a { background-color: rgb(171,50,80); }

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

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

 span { border-color: rgb(171,50,80); }

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