Html Css Color HEX #A8114D Jazzberry Jam

📋 copy color: '#A8114D'

red 168 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #A8114D

Tints of Jazzberry Jam #A8114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 64.12%
G = 6.49%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8114D (or 0xA8114D) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 4D. RGB value is (168,17,77). Sum of RGB (Red+Green+Blue) = 168+17+77=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8114D is #57EEB2. Grayscale: #444444. Windows color (decimal): -5762739 or 5050792. OLE color: 5050792.

HSL color Cylindrical-coordinate representation of color #A8114D: hue angle of 336.16º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8114D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 77 -
CMYK 0 0.90 0.54 0.34
HSL 336.16º 0.82% 0.36% -
HSV(B) 336.16º 0.9% 0.66% -
XYZ 17.69 9.26 7.88 -
YUV 68.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 168 17 77 0 0.90 0.54 0.34 336.16 0.82 0.36
Hex A8 11 4D 0 5A 36 22 150 52 24
Octal 250 21 115 0 132 66 42 520 122 44
Binary 10101000 10001 1001101 0 1011010 110110 100010 101010000 1010010 100100

Color Harmonies of #A8114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8114D

Black with #A8114D

Text Example


Text Example

White with #A8114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8114D; }

 p { color: rgb(168,17,77); }

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

background-color css

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

 a { background-color: rgb(168,17,77); }

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

border-color css

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

 span { border-color: rgb(168,17,77); }

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