Html Css Color HEX #A80B5C Jazzberry Jam

📋 copy color: '#A80B5C'

red 168 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #A80B5C

Tints of Jazzberry Jam #A80B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 61.99%
G = 4.06%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A80B5C (or 0xA80B5C) is known color: Jazzberry Jam. HEX triplet: A8, 0B and 5C. RGB value is (168,11,92). Sum of RGB (Red+Green+Blue) = 168+11+92=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B5C is #57F4A3. Grayscale: #434343. Windows color (decimal): -5764260 or 6032296. OLE color: 6032296.

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

Color convert

RGB 168 11 92 -
CMYK 0 0.93 0.45 0.34
HSL 329.04º 0.88% 0.35% -
HSV(B) 329.04º 0.93% 0.66% -
XYZ 18.2 9.34 10.97 -
YUV 67.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 168 11 92 0 0.93 0.45 0.34 329.04 0.88 0.35
Hex A8 B 5C 0 5D 2D 22 149 58 23
Octal 250 13 134 0 135 55 42 511 130 43
Binary 10101000 1011 1011100 0 1011101 101101 100010 101001001 1011000 100011

Color Harmonies of #A80B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80B5C

Black with #A80B5C

Text Example


Text Example

White with #A80B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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