Html Css Color HEX #A61962 Jazzberry Jam

📋 copy color: '#A61962'

red 166 ◦ green 25 ◦ blue 98

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

Shades of Jazzberry Jam #A61962

Tints of Jazzberry Jam #A61962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 57.44%
G = 8.65%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A61962 (or 0xA61962) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 62. RGB value is (166,25,98). Sum of RGB (Red+Green+Blue) = 166+25+98=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A61962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61962 is #59E69D. Grayscale: #4B4B4B. Windows color (decimal): -5891742 or 6429094. OLE color: 6429094.

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

Color convert

RGB 166 25 98 -
CMYK 0 0.85 0.41 0.35
HSL 328.94º 0.74% 0.37% -
HSV(B) 328.94º 0.85% 0.65% -
XYZ 18.28 9.68 12.46 -
YUV 75.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 166 25 98 0 0.85 0.41 0.35 328.94 0.74 0.37
Hex A6 19 62 0 55 29 23 149 4A 25
Octal 246 31 142 0 125 51 43 511 112 45
Binary 10100110 11001 1100010 0 1010101 101001 100011 101001001 1001010 100101

Color Harmonies of #A61962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61962

Black with #A61962

Text Example


Text Example

White with #A61962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61962; }

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

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

background-color css

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

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

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

border-color css

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

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

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