Html Css Color HEX #AA0747 Jazzberry Jam

📋 copy color: '#AA0747'

red 170 ◦ green 7 ◦ blue 71

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

Shades of Jazzberry Jam #AA0747

Tints of Jazzberry Jam #AA0747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 68.55%
G = 2.82%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0747 (or 0xAA0747) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 47. RGB value is (170,7,71). Sum of RGB (Red+Green+Blue) = 170+7+71=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0747 is #55F8B8. Grayscale: #3E3E3E. Windows color (decimal): -5634233 or 4655018. OLE color: 4655018.

HSL color Cylindrical-coordinate representation of color #AA0747: hue angle of 336.44º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0747 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 71 -
CMYK 0 0.96 0.58 0.33
HSL 336.44º 0.92% 0.35% -
HSV(B) 336.44º 0.96% 0.67% -
XYZ 17.79 9.15 6.79 -
YUV 63.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 170 7 71 0 0.96 0.58 0.33 336.44 0.92 0.35
Hex AA 7 47 0 60 3A 21 150 5C 23
Octal 252 7 107 0 140 72 41 520 134 43
Binary 10101010 111 1000111 0 1100000 111010 100001 101010000 1011100 100011

Color Harmonies of #AA0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0747

Black with #AA0747

Text Example


Text Example

White with #AA0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0747; }

 p { color: rgb(170,7,71); }

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

background-color css

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

 a { background-color: rgb(170,7,71); }

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

border-color css

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

 span { border-color: rgb(170,7,71); }

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