Html Css Color HEX #A70744 Jazzberry Jam

📋 copy color: '#A70744'

red 167 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #A70744

Tints of Jazzberry Jam #A70744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 69.01%
G = 2.89%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A70744 (or 0xA70744) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 44. RGB value is (167,7,68). Sum of RGB (Red+Green+Blue) = 167+7+68=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A70744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70744 is #58F8BB. Grayscale: #3D3D3D. Windows color (decimal): -5830844 or 4458407. OLE color: 4458407.

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

Color convert

RGB 167 7 68 -
CMYK 0 0.96 0.59 0.35
HSL 337.13º 0.92% 0.34% -
HSV(B) 337.13º 0.96% 0.65% -
XYZ 17.06 8.78 6.27 -
YUV 61.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 167 7 68 0 0.96 0.59 0.35 337.13 0.92 0.34
Hex A7 7 44 0 60 3B 23 151 5C 22
Octal 247 7 104 0 140 73 43 521 134 42
Binary 10100111 111 1000100 0 1100000 111011 100011 101010001 1011100 100010

Color Harmonies of #A70744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70744

Black with #A70744

Text Example


Text Example

White with #A70744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70744; }

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

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

background-color css

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

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

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

border-color css

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

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

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