Html Css Color HEX #A70049 Jazzberry Jam

📋 copy color: '#A70049'

red 167 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #A70049

Tints of Jazzberry Jam #A70049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 69.58%
G = 0%
B = 30.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A70049 (or 0xA70049) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 49. RGB value is (167,0,73). Sum of RGB (Red+Green+Blue) = 167+0+73=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A70049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70049 is #58FFB6. Grayscale: #3A3A3A. Windows color (decimal): -5832631 or 4784295. OLE color: 4784295.

HSL color Cylindrical-coordinate representation of color #A70049: hue angle of 333.77º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70049 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 73 -
CMYK 0 1 0.56 0.35
HSL 333.77º 1% 0.33% -
HSV(B) 333.77º 1% 0.65% -
XYZ 17.14 8.7 7.08 -
YUV 58.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 167 0 73 0 1 0.56 0.35 333.77 1 0.33
Hex A7 0 49 0 64 38 23 14E 64 21
Octal 247 0 111 0 144 70 43 516 144 41
Binary 10100111 0 1001001 0 1100100 111000 100011 101001110 1100100 100001

Color Harmonies of #A70049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70049

Black with #A70049

Text Example


Text Example

White with #A70049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70049; }

 p { color: rgb(167,0,73); }

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

background-color css

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

 a { background-color: rgb(167,0,73); }

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

border-color css

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

 span { border-color: rgb(167,0,73); }

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