Html Css Color HEX #A71344 Jazzberry Jam

📋 copy color: '#A71344'

red 167 ◦ green 19 ◦ blue 68

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

Shades of Jazzberry Jam #A71344

Tints of Jazzberry Jam #A71344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 65.75%
G = 7.48%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A71344 (or 0xA71344) is known color: Jazzberry Jam. HEX triplet: A7, 13 and 44. RGB value is (167,19,68). Sum of RGB (Red+Green+Blue) = 167+19+68=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A71344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71344 is #58ECBB. Grayscale: #444444. Windows color (decimal): -5827772 or 4461479. OLE color: 4461479.

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

Color convert

RGB 167 19 68 -
CMYK 0 0.89 0.59 0.35
HSL 340.14º 0.8% 0.36% -
HSV(B) 340.14º 0.89% 0.65% -
XYZ 17.21 9.1 6.32 -
YUV 68.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 167 19 68 0 0.89 0.59 0.35 340.14 0.8 0.36
Hex A7 13 44 0 59 3B 23 154 50 24
Octal 247 23 104 0 131 73 43 524 120 44
Binary 10100111 10011 1000100 0 1011001 111011 100011 101010100 1010000 100100

Color Harmonies of #A71344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71344

Black with #A71344

Text Example


Text Example

White with #A71344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71344; }

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

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

background-color css

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

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

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

border-color css

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

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

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