Html Css Color HEX #A70040 Jazzberry Jam

📋 copy color: '#A70040'

red 167 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #A70040

Tints of Jazzberry Jam #A70040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 72.29%
G = 0%
B = 27.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A70040 (or 0xA70040) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 40. RGB value is (167,0,64). Sum of RGB (Red+Green+Blue) = 167+0+64=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A70040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70040 is #58FFBF. Grayscale: #393939. Windows color (decimal): -5832640 or 4194471. OLE color: 4194471.

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

Color convert

RGB 167 0 64 -
CMYK 0 1 0.62 0.35
HSL 337.01º 1% 0.33% -
HSV(B) 337.01º 1% 0.65% -
XYZ 16.86 8.59 5.62 -
YUV 57.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 167 0 64 0 1 0.62 0.35 337.01 1 0.33
Hex A7 0 40 0 64 3E 23 151 64 21
Octal 247 0 100 0 144 76 43 521 144 41
Binary 10100111 0 1000000 0 1100100 111110 100011 101010001 1100100 100001

Color Harmonies of #A70040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70040

Black with #A70040

Text Example


Text Example

White with #A70040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70040; }

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

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

background-color css

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

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

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

border-color css

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

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

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