Html Css Color HEX #A71247 Jazzberry Jam

📋 copy color: '#A71247'

red 167 ◦ green 18 ◦ blue 71

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

Shades of Jazzberry Jam #A71247

Tints of Jazzberry Jam #A71247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 65.23%
G = 7.03%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A71247 (or 0xA71247) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 47. RGB value is (167,18,71). Sum of RGB (Red+Green+Blue) = 167+18+71=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A71247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71247 is #58EDB8. Grayscale: #444444. Windows color (decimal): -5828025 or 4657831. OLE color: 4657831.

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

Color convert

RGB 167 18 71 -
CMYK 0 0.89 0.57 0.35
HSL 338.66º 0.81% 0.36% -
HSV(B) 338.66º 0.89% 0.65% -
XYZ 17.29 9.1 6.81 -
YUV 68.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 167 18 71 0 0.89 0.57 0.35 338.66 0.81 0.36
Hex A7 12 47 0 59 39 23 153 51 24
Octal 247 22 107 0 131 71 43 523 121 44
Binary 10100111 10010 1000111 0 1011001 111001 100011 101010011 1010001 100100

Color Harmonies of #A71247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71247

Black with #A71247

Text Example


Text Example

White with #A71247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71247; }

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

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

background-color css

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

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

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

border-color css

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

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

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