#A71951

Color #A71951 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A71951

Tints of Jazzberry Jam #A71951

Color information

#A71951 (or 0xA71951) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 19 and 51. RGB value is (167,25,81). Sum of RGB (Red+Green+Blue) = 167+25+81=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A71951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71951 is #58E6AE. Grayscale: #494949. Windows color (decimal): -5826223 or 5314983. OLE color: 5314983.

HSL color Cylindrical-coordinate representation of color #A71951: hue angle of 336.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71951 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1672581-
CMYK00.850.510.35
HSL336.34º73.96%37.65%-
HSV(B)336.34º85.03%65.49%-
XYZ17.779.58.68-
YUV73.84132.04194.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.17%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=61.17%
G=9.16%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167258100.850.510.35336.3473.9637.65
HexA7195105533231504a26
Octal247311210125634352011246
Binary10100111110011010001010101011100111000111010100001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71951; }

 p { color: rgb(167,25,81); }

 H1.HeaderClassName
 {
   color: #A71951;
 }
 .AnyTagClassName
 {
   color: #A71951;
 }
</style>
background-color css

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

 a { background-color: rgb(167,25,81); }

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

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

 span { border-color: rgb(167,25,81); }

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