Html Css Color HEX #A81249 Jazzberry Jam

📋 copy color: '#A81249'

red 168 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #A81249

Tints of Jazzberry Jam #A81249

RGB

 RED value IS 168 (66.02% from 255) = 64.86%

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 64.86%
G = 6.95%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A81249 (or 0xA81249) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 49. RGB value is (168,18,73). Sum of RGB (Red+Green+Blue) = 168+18+73=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A81249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81249 is #57EDB6. Grayscale: #454545. Windows color (decimal): -5762487 or 4788904. OLE color: 4788904.

HSL color Cylindrical-coordinate representation of color #A81249: hue angle of 338º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81249 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 73 -
CMYK 0 0.89 0.57 0.34
HSL 338º 0.81% 0.36% -
HSV(B) 338º 0.89% 0.66% -
XYZ 17.57 9.24 7.16 -
YUV 69.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 168 18 73 0 0.89 0.57 0.34 338 0.81 0.36
Hex A8 12 49 0 59 39 22 152 51 24
Octal 250 22 111 0 131 71 42 522 121 44
Binary 10101000 10010 1001001 0 1011001 111001 100010 101010010 1010001 100100

Color Harmonies of #A81249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81249

Black with #A81249

Text Example


Text Example

White with #A81249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81249; }

 p { color: rgb(168,18,73); }

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

background-color css

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

 a { background-color: rgb(168,18,73); }

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

border-color css

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

 span { border-color: rgb(168,18,73); }

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