Html Css Color HEX #A80D4F Jazzberry Jam

📋 copy color: '#A80D4F'

red 168 ◦ green 13 ◦ blue 79

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

Shades of Jazzberry Jam #A80D4F

Tints of Jazzberry Jam #A80D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 64.62%
G = 5%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A80D4F (or 0xA80D4F) is known color: Jazzberry Jam. HEX triplet: A8, 0D and 4F. RGB value is (168,13,79). Sum of RGB (Red+Green+Blue) = 168+13+79=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D4F is #57F2B0. Grayscale: #424242. Windows color (decimal): -5763761 or 5180840. OLE color: 5180840.

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

Color convert

RGB 168 13 79 -
CMYK 0 0.92 0.53 0.34
HSL 334.45º 0.86% 0.35% -
HSV(B) 334.45º 0.92% 0.66% -
XYZ 17.7 9.18 8.24 -
YUV 66.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 168 13 79 0 0.92 0.53 0.34 334.45 0.86 0.35
Hex A8 D 4F 0 5C 35 22 14E 56 23
Octal 250 15 117 0 134 65 42 516 126 43
Binary 10101000 1101 1001111 0 1011100 110101 100010 101001110 1010110 100011

Color Harmonies of #A80D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D4F

Black with #A80D4F

Text Example


Text Example

White with #A80D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D4F; }

 p { color: rgb(168,13,79); }

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

background-color css

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

 a { background-color: rgb(168,13,79); }

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

border-color css

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

 span { border-color: rgb(168,13,79); }

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