Html Css Color HEX #A81961 Jazzberry Jam

📋 copy color: '#A81961'

red 168 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #A81961

Tints of Jazzberry Jam #A81961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 57.93%
G = 8.62%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A81961 (or 0xA81961) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 61. RGB value is (168,25,97). Sum of RGB (Red+Green+Blue) = 168+25+97=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A81961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81961 is #57E69E. Grayscale: #4B4B4B. Windows color (decimal): -5760671 or 6363560. OLE color: 6363560.

HSL color Cylindrical-coordinate representation of color #A81961: hue angle of 329.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81961 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 97 -
CMYK 0 0.85 0.42 0.34
HSL 329.79º 0.74% 0.38% -
HSV(B) 329.79º 0.85% 0.66% -
XYZ 18.65 9.88 12.23 -
YUV 75.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 168 25 97 0 0.85 0.42 0.34 329.79 0.74 0.38
Hex A8 19 61 0 55 2A 22 14A 4A 26
Octal 250 31 141 0 125 52 42 512 112 46
Binary 10101000 11001 1100001 0 1010101 101010 100010 101001010 1001010 100110

Color Harmonies of #A81961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81961

Black with #A81961

Text Example


Text Example

White with #A81961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81961; }

 p { color: rgb(168,25,97); }

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

background-color css

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

 a { background-color: rgb(168,25,97); }

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

border-color css

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

 span { border-color: rgb(168,25,97); }

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