#AB3750

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

Shades of Night Shadz #AB3750

Tints of Night Shadz #AB3750

Color information

#AB3750 (or 0xAB3750) is unknown color: approx Night Shadz. HEX triplet: AB, 37 and 50. RGB value is (171,55,80). Sum of RGB (Red+Green+Blue) = 171+55+80=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3750 is #54C8AF. Grayscale: #5C5C5C. Windows color (decimal): -5556400 or 5257131. OLE color: 5257131.

HSL color Cylindrical-coordinate representation of color #AB3750: hue angle of 347.07º 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 #AB3750 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1715580-
CMYK00.680.530.33
HSL347.07º51.33%44.31%-
HSV(B)347.07º67.84%67.06%-
XYZ19.6111.978.87-
YUV92.53120.93183.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=55.88%
G=17.97%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171558000.680.530.33347.0751.3344.31
HexAB3750044352115b332c
Octal25367120010465415336354
Binary10101011110111101000001000100110101100001101011011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3750; }

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

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

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

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

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

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

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

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