Html Css Color HEX #A71256 Jazzberry Jam

📋 copy color: '#A71256'

red 167 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #A71256

Tints of Jazzberry Jam #A71256

RGB

 RED value IS 167 (65.63% from 255) = 61.62%

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 61.62%
G = 6.64%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A71256 (or 0xA71256) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 56. RGB value is (167,18,86). Sum of RGB (Red+Green+Blue) = 167+18+86=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A71256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71256 is #58EDA9. Grayscale: #464646. Windows color (decimal): -5828010 or 5640871. OLE color: 5640871.

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

Color convert

RGB 167 18 86 -
CMYK 0 0.89 0.49 0.35
HSL 332.62º 0.81% 0.36% -
HSV(B) 332.62º 0.89% 0.65% -
XYZ 17.83 9.32 9.66 -
YUV 70.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 167 18 86 0 0.89 0.49 0.35 332.62 0.81 0.36
Hex A7 12 56 0 59 31 23 14D 51 24
Octal 247 22 126 0 131 61 43 515 121 44
Binary 10100111 10010 1010110 0 1011001 110001 100011 101001101 1010001 100100

Color Harmonies of #A71256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71256

Black with #A71256

Text Example


Text Example

White with #A71256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71256; }

 p { color: rgb(167,18,86); }

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

background-color css

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

 a { background-color: rgb(167,18,86); }

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

border-color css

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

 span { border-color: rgb(167,18,86); }

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