Html Css Color HEX #AB3349 Night Shadz

📋 copy color: '#AB3349'

red 171 ◦ green 51 ◦ blue 73

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

Shades of Night Shadz #AB3349

Tints of Night Shadz #AB3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

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

R = 57.97%
G = 17.29%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB3349 (or 0xAB3349) is known color: Night Shadz. HEX triplet: AB, 33 and 49. RGB value is (171,51,73). Sum of RGB (Red+Green+Blue) = 171+51+73=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3349 is #54CCB6. Grayscale: #595959. Windows color (decimal): -5557431 or 4797355. OLE color: 4797355.

HSL color Cylindrical-coordinate representation of color #AB3349: hue angle of 349º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3349 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 73 -
CMYK 0 0.70 0.57 0.33
HSL 349º 0.54% 0.44% -
HSV(B) 349º 0.7% 0.67% -
XYZ 19.18 11.51 7.51 -
YUV 89.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 171 51 73 0 0.70 0.57 0.33 349 0.54 0.44
Hex AB 33 49 0 46 39 21 15D 36 2C
Octal 253 63 111 0 106 71 41 535 66 54
Binary 10101011 110011 1001001 0 1000110 111001 100001 101011101 110110 101100

Color Harmonies of #AB3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3349

Black with #AB3349

Text Example


Text Example

White with #AB3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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