Html Css Color HEX #A80C4F Jazzberry Jam

📋 copy color: '#A80C4F'

red 168 ◦ green 12 ◦ blue 79

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

Shades of Jazzberry Jam #A80C4F

Tints of Jazzberry Jam #A80C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.63%

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

R = 64.86%
G = 4.63%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A80C4F (or 0xA80C4F) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 4F. RGB value is (168,12,79). Sum of RGB (Red+Green+Blue) = 168+12+79=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C4F is #57F3B0. Grayscale: #424242. Windows color (decimal): -5764017 or 5180584. OLE color: 5180584.

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

Color convert

RGB 168 12 79 -
CMYK 0 0.93 0.53 0.34
HSL 334.23º 0.87% 0.35% -
HSV(B) 334.23º 0.93% 0.66% -
XYZ 17.69 9.15 8.23 -
YUV 66.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 168 12 79 0 0.93 0.53 0.34 334.23 0.87 0.35
Hex A8 C 4F 0 5D 35 22 14E 57 23
Octal 250 14 117 0 135 65 42 516 127 43
Binary 10101000 1100 1001111 0 1011101 110101 100010 101001110 1010111 100011

Color Harmonies of #A80C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C4F

Black with #A80C4F

Text Example


Text Example

White with #A80C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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