Html Css Color HEX #A61956 Jazzberry Jam

📋 copy color: '#A61956'

red 166 ◦ green 25 ◦ blue 86

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

Shades of Jazzberry Jam #A61956

Tints of Jazzberry Jam #A61956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 86 (33.98% from 255) = 31.05%

R = 59.93%
G = 9.03%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A61956 (or 0xA61956) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 56. RGB value is (166,25,86). Sum of RGB (Red+Green+Blue) = 166+25+86=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A61956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61956 is #59E6A9. Grayscale: #4A4A4A. Windows color (decimal): -5891754 or 5642662. OLE color: 5642662.

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

Color convert

RGB 166 25 86 -
CMYK 0 0.85 0.48 0.35
HSL 334.04º 0.74% 0.37% -
HSV(B) 334.04º 0.85% 0.65% -
XYZ 17.75 9.47 9.7 -
YUV 74.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 166 25 86 0 0.85 0.48 0.35 334.04 0.74 0.37
Hex A6 19 56 0 55 30 23 14E 4A 25
Octal 246 31 126 0 125 60 43 516 112 45
Binary 10100110 11001 1010110 0 1010101 110000 100011 101001110 1001010 100101

Color Harmonies of #A61956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61956

Black with #A61956

Text Example


Text Example

White with #A61956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61956; }

 p { color: rgb(166,25,86); }

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

background-color css

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

 a { background-color: rgb(166,25,86); }

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

border-color css

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

 span { border-color: rgb(166,25,86); }

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