#AB3B52

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

Shades of Night Shadz #AB3B52

Tints of Night Shadz #AB3B52

Color information

#AB3B52 (or 0xAB3B52) is unknown color: approx Night Shadz. HEX triplet: AB, 3B and 52. RGB value is (171,59,82). Sum of RGB (Red+Green+Blue) = 171+59+82=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B52 is #54C4AD. Grayscale: #5F5F5F. Windows color (decimal): -5555374 or 5389227. OLE color: 5389227.

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

Color convert

RGB1715982-
CMYK00.650.520.33
HSL347.68º48.7%45.1%-
HSV(B)347.68º65.5%67.06%-
XYZ19.8812.49.33-
YUV95.11120.61182.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=54.81%
G=18.91%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171598200.650.520.33347.6848.745.1
HexAB3B52041342115c312d
Octal25373122010164415346155
Binary10101011111011101001001000001110100100001101011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B52; }

 p { color: rgb(171,59,82); }

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

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

 a { background-color: rgb(171,59,82); }

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

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

 span { border-color: rgb(171,59,82); }

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