Html Css Color HEX #AA0750 Jazzberry Jam

📋 copy color: '#AA0750'

red 170 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #AA0750

Tints of Jazzberry Jam #AA0750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 66.15%
G = 2.72%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA0750 (or 0xAA0750) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 50. RGB value is (170,7,80). Sum of RGB (Red+Green+Blue) = 170+7+80=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0750 is #55F8AF. Grayscale: #3F3F3F. Windows color (decimal): -5634224 or 5244842. OLE color: 5244842.

HSL color Cylindrical-coordinate representation of color #AA0750: hue angle of 333.13º 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 #AA0750 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 80 -
CMYK 0 0.96 0.53 0.33
HSL 333.13º 0.92% 0.35% -
HSV(B) 333.13º 0.96% 0.67% -
XYZ 18.1 9.28 8.43 -
YUV 64.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 170 7 80 0 0.96 0.53 0.33 333.13 0.92 0.35
Hex AA 7 50 0 60 35 21 14D 5C 23
Octal 252 7 120 0 140 65 41 515 134 43
Binary 10101010 111 1010000 0 1100000 110101 100001 101001101 1011100 100011

Color Harmonies of #AA0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0750

Black with #AA0750

Text Example


Text Example

White with #AA0750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0750; }

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

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

background-color css

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

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

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

border-color css

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

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

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