Html Css Color HEX #AB1549 Jazzberry Jam

📋 copy color: '#AB1549'

red 171 ◦ green 21 ◦ blue 73

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

Shades of Jazzberry Jam #AB1549

Tints of Jazzberry Jam #AB1549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 64.53%
G = 7.92%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB1549 (or 0xAB1549) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 49. RGB value is (171,21,73). Sum of RGB (Red+Green+Blue) = 171+21+73=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1549 is #54EAB6. Grayscale: #474747. Windows color (decimal): -5565111 or 4789675. OLE color: 4789675.

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

Color convert

RGB 171 21 73 -
CMYK 0 0.88 0.57 0.33
HSL 339.2º 0.78% 0.38% -
HSV(B) 339.2º 0.88% 0.67% -
XYZ 18.27 9.68 7.21 -
YUV 71.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 171 21 73 0 0.88 0.57 0.33 339.2 0.78 0.38
Hex AB 15 49 0 58 39 21 153 4E 26
Octal 253 25 111 0 130 71 41 523 116 46
Binary 10101011 10101 1001001 0 1011000 111001 100001 101010011 1001110 100110

Color Harmonies of #AB1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1549

Black with #AB1549

Text Example


Text Example

White with #AB1549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1549; }

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

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

background-color css

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

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

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

border-color css

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

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

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