Html Css Color HEX #A61955 Jazzberry Jam

📋 copy color: '#A61955'

red 166 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #A61955

Tints of Jazzberry Jam #A61955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 60.14%
G = 9.06%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A61955 (or 0xA61955) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 55. RGB value is (166,25,85). Sum of RGB (Red+Green+Blue) = 166+25+85=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A61955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61955 is #59E6AA. Grayscale: #494949. Windows color (decimal): -5891755 or 5577126. OLE color: 5577126.

HSL color Cylindrical-coordinate representation of color #A61955: hue angle of 334.47º 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 #A61955 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 85 -
CMYK 0 0.85 0.49 0.35
HSL 334.47º 0.74% 0.37% -
HSV(B) 334.47º 0.85% 0.65% -
XYZ 17.71 9.46 9.49 -
YUV 74 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 166 25 85 0 0.85 0.49 0.35 334.47 0.74 0.37
Hex A6 19 55 0 55 31 23 14E 4A 25
Octal 246 31 125 0 125 61 43 516 112 45
Binary 10100110 11001 1010101 0 1010101 110001 100011 101001110 1001010 100101

Color Harmonies of #A61955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61955

Black with #A61955

Text Example


Text Example

White with #A61955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61955; }

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

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

background-color css

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

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

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

border-color css

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

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

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