Html Css Color HEX #A71B60 Jazzberry Jam

📋 copy color: '#A71B60'

red 167 ◦ green 27 ◦ blue 96

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

Shades of Jazzberry Jam #A71B60

Tints of Jazzberry Jam #A71B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

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

R = 57.59%
G = 9.31%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A71B60 (or 0xA71B60) is known color: Jazzberry Jam. HEX triplet: A7, 1B and 60. RGB value is (167,27,96). Sum of RGB (Red+Green+Blue) = 167+27+96=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B60 is #58E49F. Grayscale: #4C4C4C. Windows color (decimal): -5825696 or 6298535. OLE color: 6298535.

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

Color convert

RGB 167 27 96 -
CMYK 0 0.84 0.43 0.35
HSL 330.43º 0.72% 0.38% -
HSV(B) 330.43º 0.84% 0.65% -
XYZ 18.44 9.84 11.99 -
YUV 76.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 167 27 96 0 0.84 0.43 0.35 330.43 0.72 0.38
Hex A7 1B 60 0 54 2B 23 14A 48 26
Octal 247 33 140 0 124 53 43 512 110 46
Binary 10100111 11011 1100000 0 1010100 101011 100011 101001010 1001000 100110

Color Harmonies of #A71B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B60

Black with #A71B60

Text Example


Text Example

White with #A71B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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