Html Css Color HEX #AA134B Jazzberry Jam

📋 copy color: '#AA134B'

red 170 ◦ green 19 ◦ blue 75

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

Shades of Jazzberry Jam #AA134B

Tints of Jazzberry Jam #AA134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 64.39%
G = 7.2%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA134B (or 0xAA134B) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 4B. RGB value is (170,19,75). Sum of RGB (Red+Green+Blue) = 170+19+75=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA134B is #55ECB4. Grayscale: #464646. Windows color (decimal): -5631157 or 4920234. OLE color: 4920234.

HSL color Cylindrical-coordinate representation of color #AA134B: hue angle of 337.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA134B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 75 -
CMYK 0 0.89 0.56 0.33
HSL 337.75º 0.8% 0.37% -
HSV(B) 337.75º 0.89% 0.67% -
XYZ 18.08 9.52 7.54 -
YUV 70.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 170 19 75 0 0.89 0.56 0.33 337.75 0.8 0.37
Hex AA 13 4B 0 59 38 21 152 50 25
Octal 252 23 113 0 131 70 41 522 120 45
Binary 10101010 10011 1001011 0 1011001 111000 100001 101010010 1010000 100101

Color Harmonies of #AA134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA134B

Black with #AA134B

Text Example


Text Example

White with #AA134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA134B; }

 p { color: rgb(170,19,75); }

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

background-color css

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

 a { background-color: rgb(170,19,75); }

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

border-color css

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

 span { border-color: rgb(170,19,75); }

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