#ab3d50

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

Shades of Night Shadz #AB3D50

Tints of Night Shadz #AB3D50

Color information

#AB3D50 (or 0xAB3D50) is unknown color: approx Night Shadz. HEX triplet: AB, 3D and 50. RGB value is (171,61,80). Sum of RGB (Red+Green+Blue) = 171+61+80=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D50 is #54C2AF. Grayscale: #606060. Windows color (decimal): -5554864 or 5258667. OLE color: 5258667.

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

Color convert

RGB1716180-
CMYK00.640.530.33
HSL349.64º47.41%45.49%-
HSV(B)349.64º64.33%67.06%-
XYZ19.9112.578.97-
YUV96.06118.94181.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=54.81%
G=19.55%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171618000.640.530.33349.6447.4145.49
HexAB3D50040352115e2f2d
Octal25375120010065415365755
Binary10101011111101101000001000000110101100001101011110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab3d50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab3d50; }

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

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

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

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

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

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

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

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