Html Css Color HEX #AA0440 Jazzberry Jam

📋 copy color: '#AA0440'

red 170 ◦ green 4 ◦ blue 64

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

Shades of Jazzberry Jam #AA0440

Tints of Jazzberry Jam #AA0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 71.43%
G = 1.68%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA0440 (or 0xAA0440) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 40. RGB value is (170,4,64). Sum of RGB (Red+Green+Blue) = 170+4+64=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0440 is #55FBBF. Grayscale: #3C3C3C. Windows color (decimal): -5635008 or 4195498. OLE color: 4195498.

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

Color convert

RGB 170 4 64 -
CMYK 0 0.98 0.62 0.33
HSL 338.31º 0.95% 0.34% -
HSV(B) 338.31º 0.98% 0.67% -
XYZ 17.55 9 5.66 -
YUV 60.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 170 4 64 0 0.98 0.62 0.33 338.31 0.95 0.34
Hex AA 4 40 0 62 3E 21 152 5F 22
Octal 252 4 100 0 142 76 41 522 137 42
Binary 10101010 100 1000000 0 1100010 111110 100001 101010010 1011111 100010

Color Harmonies of #AA0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0440

Black with #AA0440

Text Example


Text Example

White with #AA0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0440; }

 p { color: rgb(170,4,64); }

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

background-color css

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

 a { background-color: rgb(170,4,64); }

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

border-color css

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

 span { border-color: rgb(170,4,64); }

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