Html Css Color HEX #AB1749 Jazzberry Jam

📋 copy color: '#AB1749'

red 171 ◦ green 23 ◦ blue 73

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

Shades of Jazzberry Jam #AB1749

Tints of Jazzberry Jam #AB1749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 64.04%
G = 8.61%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB1749 (or 0xAB1749) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 49. RGB value is (171,23,73). Sum of RGB (Red+Green+Blue) = 171+23+73=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1749 is #54E8B6. Grayscale: #484848. Windows color (decimal): -5564599 or 4790187. OLE color: 4790187.

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

Color convert

RGB 171 23 73 -
CMYK 0 0.87 0.57 0.33
HSL 339.73º 0.76% 0.38% -
HSV(B) 339.73º 0.87% 0.67% -
XYZ 18.3 9.75 7.22 -
YUV 72.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 171 23 73 0 0.87 0.57 0.33 339.73 0.76 0.38
Hex AB 17 49 0 57 39 21 154 4C 26
Octal 253 27 111 0 127 71 41 524 114 46
Binary 10101011 10111 1001001 0 1010111 111001 100001 101010100 1001100 100110

Color Harmonies of #AB1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1749

Black with #AB1749

Text Example


Text Example

White with #AB1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1749; }

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

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

background-color css

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

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

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

border-color css

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

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

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