Html Css Color HEX #A6184D Jazzberry Jam

📋 copy color: '#A6184D'

red 166 ◦ green 24 ◦ blue 77

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

Shades of Jazzberry Jam #A6184D

Tints of Jazzberry Jam #A6184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 62.17%
G = 8.99%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6184D (or 0xA6184D) is known color: Jazzberry Jam. HEX triplet: A6, 18 and 4D. RGB value is (166,24,77). Sum of RGB (Red+Green+Blue) = 166+24+77=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6184D is #59E7B2. Grayscale: #484848. Windows color (decimal): -5892019 or 5052582. OLE color: 5052582.

HSL color Cylindrical-coordinate representation of color #A6184D: hue angle of 337.61º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6184D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 77 -
CMYK 0 0.86 0.54 0.35
HSL 337.61º 0.75% 0.37% -
HSV(B) 337.61º 0.86% 0.65% -
XYZ 17.39 9.3 7.9 -
YUV 72.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 166 24 77 0 0.86 0.54 0.35 337.61 0.75 0.37
Hex A6 18 4D 0 56 36 23 152 4B 25
Octal 246 30 115 0 126 66 43 522 113 45
Binary 10100110 11000 1001101 0 1010110 110110 100011 101010010 1001011 100101

Color Harmonies of #A6184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6184D

Black with #A6184D

Text Example


Text Example

White with #A6184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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