Html Css Color HEX #AA033D Jazzberry Jam

📋 copy color: '#AA033D'

red 170 ◦ green 3 ◦ blue 61

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

Shades of Jazzberry Jam #AA033D

Tints of Jazzberry Jam #AA033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 61 (24.22% from 255) = 26.07%

R = 72.65%
G = 1.28%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA033D (or 0xAA033D) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 3D. RGB value is (170,3,61). Sum of RGB (Red+Green+Blue) = 170+3+61=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033D is #55FCC2. Grayscale: #3B3B3B. Windows color (decimal): -5635267 or 3998634. OLE color: 3998634.

HSL color Cylindrical-coordinate representation of color #AA033D: hue angle of 339.16º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA033D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 61 -
CMYK 0 0.98 0.64 0.33
HSL 339.16º 0.97% 0.34% -
HSV(B) 339.16º 0.98% 0.67% -
XYZ 17.45 8.95 5.22 -
YUV 59.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 170 3 61 0 0.98 0.64 0.33 339.16 0.97 0.34
Hex AA 3 3D 0 62 40 21 153 61 22
Octal 252 3 75 0 142 100 41 523 141 42
Binary 10101010 11 111101 0 1100010 1000000 100001 101010011 1100001 100010

Color Harmonies of #AA033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA033D

Black with #AA033D

Text Example


Text Example

White with #AA033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA033D; }

 p { color: rgb(170,3,61); }

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

background-color css

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

 a { background-color: rgb(170,3,61); }

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

border-color css

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

 span { border-color: rgb(170,3,61); }

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