Html Css Color HEX #A61655 Jazzberry Jam

📋 copy color: '#A61655'

red 166 ◦ green 22 ◦ blue 85

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

Shades of Jazzberry Jam #A61655

Tints of Jazzberry Jam #A61655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 60.81%
G = 8.06%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A61655 (or 0xA61655) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 55. RGB value is (166,22,85). Sum of RGB (Red+Green+Blue) = 166+22+85=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61655 is #59E9AA. Grayscale: #484848. Windows color (decimal): -5892523 or 5576358. OLE color: 5576358.

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

Color convert

RGB 166 22 85 -
CMYK 0 0.87 0.49 0.35
HSL 333.75º 0.77% 0.37% -
HSV(B) 333.75º 0.87% 0.65% -
XYZ 17.65 9.34 9.47 -
YUV 72.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 166 22 85 0 0.87 0.49 0.35 333.75 0.77 0.37
Hex A6 16 55 0 57 31 23 14E 4D 25
Octal 246 26 125 0 127 61 43 516 115 45
Binary 10100110 10110 1010101 0 1010111 110001 100011 101001110 1001101 100101

Color Harmonies of #A61655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61655

Black with #A61655

Text Example


Text Example

White with #A61655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61655; }

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

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

background-color css

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

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

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

border-color css

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

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

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