Html Css Color HEX #A81959 Jazzberry Jam

📋 copy color: '#A81959'

red 168 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #A81959

Tints of Jazzberry Jam #A81959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 59.57%
G = 8.87%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A81959 (or 0xA81959) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 59. RGB value is (168,25,89). Sum of RGB (Red+Green+Blue) = 168+25+89=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A81959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81959 is #57E6A6. Grayscale: #4A4A4A. Windows color (decimal): -5760679 or 5839272. OLE color: 5839272.

HSL color Cylindrical-coordinate representation of color #A81959: hue angle of 333.15º 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 #A81959 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 89 -
CMYK 0 0.85 0.47 0.34
HSL 333.15º 0.74% 0.38% -
HSV(B) 333.15º 0.85% 0.66% -
XYZ 18.3 9.74 10.37 -
YUV 75.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 168 25 89 0 0.85 0.47 0.34 333.15 0.74 0.38
Hex A8 19 59 0 55 2F 22 14D 4A 26
Octal 250 31 131 0 125 57 42 515 112 46
Binary 10101000 11001 1011001 0 1010101 101111 100010 101001101 1001010 100110

Color Harmonies of #A81959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81959

Black with #A81959

Text Example


Text Example

White with #A81959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81959; }

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

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

background-color css

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

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

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

border-color css

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

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

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