Html Css Color HEX #AA0844 Jazzberry Jam

📋 copy color: '#AA0844'

red 170 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #AA0844

Tints of Jazzberry Jam #AA0844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 69.11%
G = 3.25%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA0844 (or 0xAA0844) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 44. RGB value is (170,8,68). Sum of RGB (Red+Green+Blue) = 170+8+68=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0844 is #55F7BB. Grayscale: #3F3F3F. Windows color (decimal): -5633980 or 4458666. OLE color: 4458666.

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

Color convert

RGB 170 8 68 -
CMYK 0 0.95 0.6 0.33
HSL 337.78º 0.91% 0.35% -
HSV(B) 337.78º 0.95% 0.67% -
XYZ 17.71 9.14 6.3 -
YUV 63.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 170 8 68 0 0.95 0.6 0.33 337.78 0.91 0.35
Hex AA 8 44 0 5F 3C 21 152 5B 23
Octal 252 10 104 0 137 74 41 522 133 43
Binary 10101010 1000 1000100 0 1011111 111100 100001 101010010 1011011 100011

Color Harmonies of #AA0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0844

Black with #AA0844

Text Example


Text Example

White with #AA0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0844; }

 p { color: rgb(170,8,68); }

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

background-color css

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

 a { background-color: rgb(170,8,68); }

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

border-color css

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

 span { border-color: rgb(170,8,68); }

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