Html Css Color HEX #A81059 Jazzberry Jam

📋 copy color: '#A81059'

red 168 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #A81059

Tints of Jazzberry Jam #A81059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 61.54%
G = 5.86%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A81059 (or 0xA81059) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 59. RGB value is (168,16,89). Sum of RGB (Red+Green+Blue) = 168+16+89=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81059 is #57EFA6. Grayscale: #454545. Windows color (decimal): -5762983 or 5836968. OLE color: 5836968.

HSL color Cylindrical-coordinate representation of color #A81059: hue angle of 331.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81059 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 89 -
CMYK 0 0.90 0.47 0.34
HSL 331.18º 0.83% 0.36% -
HSV(B) 331.18º 0.9% 0.66% -
XYZ 18.14 9.42 10.31 -
YUV 69.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 168 16 89 0 0.90 0.47 0.34 331.18 0.83 0.36
Hex A8 10 59 0 5A 2F 22 14B 53 24
Octal 250 20 131 0 132 57 42 513 123 44
Binary 10101000 10000 1011001 0 1011010 101111 100010 101001011 1010011 100100

Color Harmonies of #A81059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81059

Black with #A81059

Text Example


Text Example

White with #A81059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81059; }

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

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

background-color css

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

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

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

border-color css

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

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

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