Html Css Color HEX #AA0641 Jazzberry Jam

📋 copy color: '#AA0641'

red 170 ◦ green 6 ◦ blue 65

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

Shades of Jazzberry Jam #AA0641

Tints of Jazzberry Jam #AA0641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 70.54%
G = 2.49%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA0641 (or 0xAA0641) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 41. RGB value is (170,6,65). Sum of RGB (Red+Green+Blue) = 170+6+65=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0641 is #55F9BE. Grayscale: #3D3D3D. Windows color (decimal): -5634495 or 4261546. OLE color: 4261546.

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

Color convert

RGB 170 6 65 -
CMYK 0 0.96 0.62 0.33
HSL 338.41º 0.93% 0.35% -
HSV(B) 338.41º 0.96% 0.67% -
XYZ 17.6 9.06 5.82 -
YUV 61.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 170 6 65 0 0.96 0.62 0.33 338.41 0.93 0.35
Hex AA 6 41 0 60 3E 21 152 5D 23
Octal 252 6 101 0 140 76 41 522 135 43
Binary 10101010 110 1000001 0 1100000 111110 100001 101010010 1011101 100011

Color Harmonies of #AA0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0641

Black with #AA0641

Text Example


Text Example

White with #AA0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0641; }

 p { color: rgb(170,6,65); }

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

background-color css

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

 a { background-color: rgb(170,6,65); }

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

border-color css

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

 span { border-color: rgb(170,6,65); }

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