Html Css Color HEX #A71444 Jazzberry Jam

📋 copy color: '#A71444'

red 167 ◦ green 20 ◦ blue 68

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

Shades of Jazzberry Jam #A71444

Tints of Jazzberry Jam #A71444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 65.49%
G = 7.84%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A71444 (or 0xA71444) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 44. RGB value is (167,20,68). Sum of RGB (Red+Green+Blue) = 167+20+68=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A71444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71444 is #58EBBB. Grayscale: #454545. Windows color (decimal): -5827516 or 4461735. OLE color: 4461735.

HSL color Cylindrical-coordinate representation of color #A71444: hue angle of 340.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71444 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 20 68 -
CMYK 0 0.88 0.59 0.35
HSL 340.41º 0.79% 0.37% -
HSV(B) 340.41º 0.88% 0.65% -
XYZ 17.23 9.13 6.32 -
YUV 69.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 167 20 68 0 0.88 0.59 0.35 340.41 0.79 0.37
Hex A7 14 44 0 58 3B 23 154 4F 25
Octal 247 24 104 0 130 73 43 524 117 45
Binary 10100111 10100 1000100 0 1011000 111011 100011 101010100 1001111 100101

Color Harmonies of #A71444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71444

Black with #A71444

Text Example


Text Example

White with #A71444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71444; }

 p { color: rgb(167,20,68); }

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

background-color css

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

 a { background-color: rgb(167,20,68); }

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

border-color css

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

 span { border-color: rgb(167,20,68); }

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