Html Css Color HEX #A6174D Jazzberry Jam

📋 copy color: '#A6174D'

red 166 ◦ green 23 ◦ blue 77

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

Shades of Jazzberry Jam #A6174D

Tints of Jazzberry Jam #A6174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 62.41%
G = 8.65%
B = 28.95%

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

#A6174D (or 0xA6174D) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 4D. RGB value is (166,23,77). Sum of RGB (Red+Green+Blue) = 166+23+77=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6174D is #59E8B2. Grayscale: #474747. Windows color (decimal): -5892275 or 5052326. OLE color: 5052326.

HSL color Cylindrical-coordinate representation of color #A6174D: hue angle of 337.34º degrees, saturation: 0.76, 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 #A6174D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 77 -
CMYK 0 0.86 0.54 0.35
HSL 337.34º 0.76% 0.37% -
HSV(B) 337.34º 0.86% 0.65% -
XYZ 17.37 9.26 7.89 -
YUV 71.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 166 23 77 0 0.86 0.54 0.35 337.34 0.76 0.37
Hex A6 17 4D 0 56 36 23 151 4C 25
Octal 246 27 115 0 126 66 43 521 114 45
Binary 10100110 10111 1001101 0 1010110 110110 100011 101010001 1001100 100101

Color Harmonies of #A6174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6174D

Black with #A6174D

Text Example


Text Example

White with #A6174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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