Html Css Color HEX #A71456 Jazzberry Jam

📋 copy color: '#A71456'

red 167 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #A71456

Tints of Jazzberry Jam #A71456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 61.17%
G = 7.33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A71456 (or 0xA71456) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 56. RGB value is (167,20,86). Sum of RGB (Red+Green+Blue) = 167+20+86=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A71456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71456 is #58EBA9. Grayscale: #474747. Windows color (decimal): -5827498 or 5641383. OLE color: 5641383.

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

Color convert

RGB 167 20 86 -
CMYK 0 0.88 0.49 0.35
HSL 333.06º 0.79% 0.37% -
HSV(B) 333.06º 0.88% 0.65% -
XYZ 17.87 9.39 9.67 -
YUV 71.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 167 20 86 0 0.88 0.49 0.35 333.06 0.79 0.37
Hex A7 14 56 0 58 31 23 14D 4F 25
Octal 247 24 126 0 130 61 43 515 117 45
Binary 10100111 10100 1010110 0 1011000 110001 100011 101001101 1001111 100101

Color Harmonies of #A71456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71456

Black with #A71456

Text Example


Text Example

White with #A71456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71456; }

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

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

background-color css

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

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

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

border-color css

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

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

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