Html Css Color HEX #A61550 Jazzberry Jam

📋 copy color: '#A61550'

red 166 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #A61550

Tints of Jazzberry Jam #A61550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 62.17%
G = 7.87%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A61550 (or 0xA61550) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 50. RGB value is (166,21,80). Sum of RGB (Red+Green+Blue) = 166+21+80=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A61550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61550 is #59EAAF. Grayscale: #464646. Windows color (decimal): -5892784 or 5248422. OLE color: 5248422.

HSL color Cylindrical-coordinate representation of color #A61550: hue angle of 335.59º degrees, saturation: 0.78, 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 #A61550 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 80 -
CMYK 0 0.87 0.52 0.35
HSL 335.59º 0.78% 0.37% -
HSV(B) 335.59º 0.87% 0.65% -
XYZ 17.44 9.22 8.45 -
YUV 71.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 166 21 80 0 0.87 0.52 0.35 335.59 0.78 0.37
Hex A6 15 50 0 57 34 23 150 4E 25
Octal 246 25 120 0 127 64 43 520 116 45
Binary 10100110 10101 1010000 0 1010111 110100 100011 101010000 1001110 100101

Color Harmonies of #A61550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61550

Black with #A61550

Text Example


Text Example

White with #A61550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61550; }

 p { color: rgb(166,21,80); }

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

background-color css

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

 a { background-color: rgb(166,21,80); }

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

border-color css

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

 span { border-color: rgb(166,21,80); }

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