#A71D5B

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

Shades of Jazzberry Jam #A71D5B

Tints of Jazzberry Jam #A71D5B

Color information

#A71D5B (or 0xA71D5B) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 1D and 5B. RGB value is (167,29,91). Sum of RGB (Red+Green+Blue) = 167+29+91=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D5B is #58E2A4. Grayscale: #4D4D4D. Windows color (decimal): -5825189 or 5971367. OLE color: 5971367.

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

Color convert

RGB1672991-
CMYK00.830.460.35
HSL333.04º70.41%38.43%-
HSV(B)333.04º82.63%65.49%-
XYZ18.269.8510.84-
YUV77.33135.72191.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 29 (11.72% from 255) = 10.10%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=58.19%
G=10.10%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167299100.830.460.35333.0470.4138.43
HexA71D5B0532E2314d4626
Octal247351330123564351510646
Binary10100111111011011011010100111011101000111010011011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71D5B; }

 p { color: rgb(167,29,91); }

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

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

 a { background-color: rgb(167,29,91); }

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

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

 span { border-color: rgb(167,29,91); }

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