Html Css Color HEX #A61966 Jazzberry Jam

📋 copy color: '#A61966'

red 166 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #A61966

Tints of Jazzberry Jam #A61966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 56.66%
G = 8.53%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A61966 (or 0xA61966) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 66. RGB value is (166,25,102). Sum of RGB (Red+Green+Blue) = 166+25+102=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A61966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61966 is #59E699. Grayscale: #4B4B4B. Windows color (decimal): -5891738 or 6691238. OLE color: 6691238.

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

Color convert

RGB 166 25 102 -
CMYK 0 0.85 0.39 0.35
HSL 327.23º 0.74% 0.37% -
HSV(B) 327.23º 0.85% 0.65% -
XYZ 18.47 9.76 13.48 -
YUV 75.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 166 25 102 0 0.85 0.39 0.35 327.23 0.74 0.37
Hex A6 19 66 0 55 27 23 147 4A 25
Octal 246 31 146 0 125 47 43 507 112 45
Binary 10100110 11001 1100110 0 1010101 100111 100011 101000111 1001010 100101

Color Harmonies of #A61966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61966

Black with #A61966

Text Example


Text Example

White with #A61966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61966; }

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

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

background-color css

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

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

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

border-color css

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

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

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