Html Css Color HEX #AB4447 Night Shadz

📋 copy color: '#AB4447'

red 171 ◦ green 68 ◦ blue 71

#AB4447
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #AB4447

Tints of Night Shadz #AB4447

RGB

 RED value IS 171 (67.19% from 255) = 55.16%

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 55.16%
G = 21.94%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4447 (or 0xAB4447) is known color: Night Shadz. HEX triplet: AB, 44 and 47. RGB value is (171,68,71). Sum of RGB (Red+Green+Blue) = 171+68+71=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4447 is #54BBB8. Grayscale: #636363. Windows color (decimal): -5553081 or 4670635. OLE color: 4670635.

HSL color Cylindrical-coordinate representation of color #AB4447: hue angle of 358.25º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4447 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 71 -
CMYK 0 0.60 0.58 0.33
HSL 358.25º 0.43% 0.47% -
HSV(B) 358.25º 0.6% 0.67% -
XYZ 20 13.25 7.46 -
YUV 99.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 171 68 71 0 0.60 0.58 0.33 358.25 0.43 0.47
Hex AB 44 47 0 3C 3A 21 166 2B 2F
Octal 253 104 107 0 74 72 41 546 53 57
Binary 10101011 1000100 1000111 0 111100 111010 100001 101100110 101011 101111

Color Harmonies of #AB4447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4447

Black with #AB4447

Text Example


Text Example

White with #AB4447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4447; }

 p { color: rgb(171,68,71); }

 H1.HeaderClassName
 {
   color: #AB4447;
 }
 .AnyTagClassName
 {
   color: #AB4447;
 }
</style>

background-color css

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

 a { background-color: rgb(171,68,71); }

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

border-color css

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

 span { border-color: rgb(171,68,71); }

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