Html Css Color HEX #A61151 Jazzberry Jam

📋 copy color: '#A61151'

red 166 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #A61151

Tints of Jazzberry Jam #A61151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 62.88%
G = 6.44%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A61151 (or 0xA61151) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 51. RGB value is (166,17,81). Sum of RGB (Red+Green+Blue) = 166+17+81=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A61151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61151 is #59EEAE. Grayscale: #444444. Windows color (decimal): -5893807 or 5312934. OLE color: 5312934.

HSL color Cylindrical-coordinate representation of color #A61151: hue angle of 334.23º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61151 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 81 -
CMYK 0 0.90 0.51 0.35
HSL 334.23º 0.81% 0.36% -
HSV(B) 334.23º 0.9% 0.65% -
XYZ 17.41 9.1 8.62 -
YUV 68.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 166 17 81 0 0.90 0.51 0.35 334.23 0.81 0.36
Hex A6 11 51 0 5A 33 23 14E 51 24
Octal 246 21 121 0 132 63 43 516 121 44
Binary 10100110 10001 1010001 0 1011010 110011 100011 101001110 1010001 100100

Color Harmonies of #A61151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61151

Black with #A61151

Text Example


Text Example

White with #A61151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61151; }

 p { color: rgb(166,17,81); }

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

background-color css

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

 a { background-color: rgb(166,17,81); }

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

border-color css

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

 span { border-color: rgb(166,17,81); }

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