Html Css Color HEX #A71260 Jazzberry Jam

📋 copy color: '#A71260'

red 167 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #A71260

Tints of Jazzberry Jam #A71260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 59.43%
G = 6.41%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A71260 (or 0xA71260) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 60. RGB value is (167,18,96). Sum of RGB (Red+Green+Blue) = 167+18+96=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A71260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71260 is #58ED9F. Grayscale: #474747. Windows color (decimal): -5828000 or 6296231. OLE color: 6296231.

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

Color convert

RGB 167 18 96 -
CMYK 0 0.89 0.43 0.35
HSL 328.59º 0.81% 0.36% -
HSV(B) 328.59º 0.89% 0.65% -
XYZ 18.26 9.49 11.94 -
YUV 71.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 167 18 96 0 0.89 0.43 0.35 328.59 0.81 0.36
Hex A7 12 60 0 59 2B 23 149 51 24
Octal 247 22 140 0 131 53 43 511 121 44
Binary 10100111 10010 1100000 0 1011001 101011 100011 101001001 1010001 100100

Color Harmonies of #A71260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71260

Black with #A71260

Text Example


Text Example

White with #A71260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71260; }

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

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

background-color css

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

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

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

border-color css

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

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

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