Html Css Color HEX #AB3249 Night Shadz

📋 copy color: '#AB3249'

red 171 ◦ green 50 ◦ blue 73

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

Shades of Night Shadz #AB3249

Tints of Night Shadz #AB3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 58.16%
G = 17.01%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB3249 (or 0xAB3249) is known color: Night Shadz. HEX triplet: AB, 32 and 49. RGB value is (171,50,73). Sum of RGB (Red+Green+Blue) = 171+50+73=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3249 is #54CDB6. Grayscale: #585858. Windows color (decimal): -5557687 or 4797099. OLE color: 4797099.

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

Color convert

RGB 171 50 73 -
CMYK 0 0.71 0.57 0.33
HSL 348.6º 0.55% 0.43% -
HSV(B) 348.6º 0.71% 0.67% -
XYZ 19.14 11.42 7.5 -
YUV 88.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 171 50 73 0 0.71 0.57 0.33 348.6 0.55 0.43
Hex AB 32 49 0 47 39 21 15D 37 2B
Octal 253 62 111 0 107 71 41 535 67 53
Binary 10101011 110010 1001001 0 1000111 111001 100001 101011101 110111 101011

Color Harmonies of #AB3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3249

Black with #AB3249

Text Example


Text Example

White with #AB3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3249; }

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

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

background-color css

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

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

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

border-color css

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

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

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