Html Css Color HEX #A80E41 Jazzberry Jam

📋 copy color: '#A80E41'

red 168 ◦ green 14 ◦ blue 65

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

Shades of Jazzberry Jam #A80E41

Tints of Jazzberry Jam #A80E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 68.02%
G = 5.67%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A80E41 (or 0xA80E41) is known color: Jazzberry Jam. HEX triplet: A8, 0E and 41. RGB value is (168,14,65). Sum of RGB (Red+Green+Blue) = 168+14+65=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E41 is #57F1BE. Grayscale: #414141. Windows color (decimal): -5763519 or 4263592. OLE color: 4263592.

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

Color convert

RGB 168 14 65 -
CMYK 0 0.92 0.61 0.34
HSL 340.13º 0.85% 0.36% -
HSV(B) 340.13º 0.92% 0.66% -
XYZ 17.26 9.02 5.83 -
YUV 65.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 168 14 65 0 0.92 0.61 0.34 340.13 0.85 0.36
Hex A8 E 41 0 5C 3D 22 154 55 24
Octal 250 16 101 0 134 75 42 524 125 44
Binary 10101000 1110 1000001 0 1011100 111101 100010 101010100 1010101 100100

Color Harmonies of #A80E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E41

Black with #A80E41

Text Example


Text Example

White with #A80E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E41; }

 p { color: rgb(168,14,65); }

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

background-color css

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

 a { background-color: rgb(168,14,65); }

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

border-color css

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

 span { border-color: rgb(168,14,65); }

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