Html Css Color HEX #AA1751 Jazzberry Jam

📋 copy color: '#AA1751'

red 170 ◦ green 23 ◦ blue 81

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

Shades of Jazzberry Jam #AA1751

Tints of Jazzberry Jam #AA1751

RGB

 RED value IS 170 (66.8% from 255) = 62.04%

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 62.04%
G = 8.39%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1751 (or 0xAA1751) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 51. RGB value is (170,23,81). Sum of RGB (Red+Green+Blue) = 170+23+81=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1751 is #55E8AE. Grayscale: #494949. Windows color (decimal): -5630127 or 5314474. OLE color: 5314474.

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

Color convert

RGB 170 23 81 -
CMYK 0 0.86 0.52 0.33
HSL 336.33º 0.76% 0.38% -
HSV(B) 336.33º 0.86% 0.67% -
XYZ 18.37 9.75 8.7 -
YUV 73.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 170 23 81 0 0.86 0.52 0.33 336.33 0.76 0.38
Hex AA 17 51 0 56 34 21 150 4C 26
Octal 252 27 121 0 126 64 41 520 114 46
Binary 10101010 10111 1010001 0 1010110 110100 100001 101010000 1001100 100110

Color Harmonies of #AA1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1751

Black with #AA1751

Text Example


Text Example

White with #AA1751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1751; }

 p { color: rgb(170,23,81); }

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

background-color css

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

 a { background-color: rgb(170,23,81); }

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

border-color css

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

 span { border-color: rgb(170,23,81); }

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