Html Css Color HEX #AB1249 Jazzberry Jam

📋 copy color: '#AB1249'

red 171 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #AB1249

Tints of Jazzberry Jam #AB1249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 65.27%
G = 6.87%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB1249 (or 0xAB1249) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 49. RGB value is (171,18,73). Sum of RGB (Red+Green+Blue) = 171+18+73=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1249 is #54EDB6. Grayscale: #454545. Windows color (decimal): -5565879 or 4788907. OLE color: 4788907.

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

Color convert

RGB 171 18 73 -
CMYK 0 0.89 0.57 0.33
HSL 338.43º 0.81% 0.37% -
HSV(B) 338.43º 0.89% 0.67% -
XYZ 18.21 9.57 7.19 -
YUV 70.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 171 18 73 0 0.89 0.57 0.33 338.43 0.81 0.37
Hex AB 12 49 0 59 39 21 152 51 25
Octal 253 22 111 0 131 71 41 522 121 45
Binary 10101011 10010 1001001 0 1011001 111001 100001 101010010 1010001 100101

Color Harmonies of #AB1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1249

Black with #AB1249

Text Example


Text Example

White with #AB1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1249; }

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

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

background-color css

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

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

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

border-color css

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

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

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