#AB404D

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

Shades of Night Shadz #AB404D

Tints of Night Shadz #AB404D

Color information

#AB404D (or 0xAB404D) is unknown color: approx Night Shadz. HEX triplet: AB, 40 and 4D. RGB value is (171,64,77). Sum of RGB (Red+Green+Blue) = 171+64+77=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB404D is #54BFB2. Grayscale: #616161. Windows color (decimal): -5554099 or 5062827. OLE color: 5062827.

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

Color convert

RGB1716477-
CMYK00.630.550.33
HSL352.71º45.53%46.08%-
HSV(B)352.71º62.57%67.06%-
XYZ19.9712.868.45-
YUV97.48116.45180.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=54.81%
G=20.51%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171647700.630.550.33352.7145.5346.08
HexAB404D03F37211612e2e
Octal25310011507767415415656
Binary10101011100000010011010111111110111100001101100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB404D; }

 p { color: rgb(171,64,77); }

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

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

 a { background-color: rgb(171,64,77); }

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

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

 span { border-color: rgb(171,64,77); }

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