Html Css Color HEX #A80B5B Jazzberry Jam

📋 copy color: '#A80B5B'

red 168 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #A80B5B

Tints of Jazzberry Jam #A80B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.07%

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 62.22%
G = 4.07%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A80B5B (or 0xA80B5B) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 5B. RGB value is (168,11,91). Sum of RGB (Red+Green+Blue) = 168+11+91=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B5B is #57F4A4. Grayscale: #424242. Windows color (decimal): -5764261 or 5966760. OLE color: 5966760.

HSL color Cylindrical-coordinate representation of color #A80B5B: hue angle of 329.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B5B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 11 91 -
CMYK 0 0.93 0.46 0.34
HSL 329.43º 0.88% 0.35% -
HSV(B) 329.43º 0.93% 0.66% -
XYZ 18.16 9.32 10.74 -
YUV 67.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 168 11 91 0 0.93 0.46 0.34 329.43 0.88 0.35
Hex A8 B 5B 0 5D 2E 22 149 58 23
Octal 250 13 133 0 135 56 42 511 130 43
Binary 10101000 1011 1011011 0 1011101 101110 100010 101001001 1011000 100011

Color Harmonies of #A80B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B5B

Black with #A80B5B

Text Example


Text Example

White with #A80B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B5B; }

 p { color: rgb(168,11,91); }

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

background-color css

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

 a { background-color: rgb(168,11,91); }

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

border-color css

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

 span { border-color: rgb(168,11,91); }

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