Html Css Color HEX #AB4449 Night Shadz

📋 copy color: '#AB4449'

red 171 ◦ green 68 ◦ blue 73

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

Shades of Night Shadz #AB4449

Tints of Night Shadz #AB4449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 54.81%
G = 21.79%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB4449 (or 0xAB4449) is known color: Night Shadz. HEX triplet: AB, 44 and 49. RGB value is (171,68,73). Sum of RGB (Red+Green+Blue) = 171+68+73=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4449 is #54BBB6. Grayscale: #636363. Windows color (decimal): -5553079 or 4801707. OLE color: 4801707.

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

Color convert

RGB 171 68 73 -
CMYK 0 0.60 0.57 0.33
HSL 357.09º 0.43% 0.47% -
HSV(B) 357.09º 0.6% 0.67% -
XYZ 20.06 13.27 7.81 -
YUV 99.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 171 68 73 0 0.60 0.57 0.33 357.09 0.43 0.47
Hex AB 44 49 0 3C 39 21 165 2B 2F
Octal 253 104 111 0 74 71 41 545 53 57
Binary 10101011 1000100 1001001 0 111100 111001 100001 101100101 101011 101111

Color Harmonies of #AB4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4449

Black with #AB4449

Text Example


Text Example

White with #AB4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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