Html Css Color HEX #A6114D Jazzberry Jam

📋 copy color: '#A6114D'

red 166 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #A6114D

Tints of Jazzberry Jam #A6114D

RGB

 RED value IS 166 (65.23% from 255) = 63.85%

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

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

R = 63.85%
G = 6.54%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6114D (or 0xA6114D) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 4D. RGB value is (166,17,77). Sum of RGB (Red+Green+Blue) = 166+17+77=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6114D is #59EEB2. Grayscale: #444444. Windows color (decimal): -5893811 or 5050790. OLE color: 5050790.

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

Color convert

RGB 166 17 77 -
CMYK 0 0.90 0.54 0.35
HSL 335.84º 0.81% 0.36% -
HSV(B) 335.84º 0.9% 0.65% -
XYZ 17.27 9.04 7.86 -
YUV 68.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 166 17 77 0 0.90 0.54 0.35 335.84 0.81 0.36
Hex A6 11 4D 0 5A 36 23 150 51 24
Octal 246 21 115 0 132 66 43 520 121 44
Binary 10100110 10001 1001101 0 1011010 110110 100011 101010000 1010001 100100

Color Harmonies of #A6114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6114D

Black with #A6114D

Text Example


Text Example

White with #A6114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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