Html Css Color HEX #A70240 Jazzberry Jam

📋 copy color: '#A70240'

red 167 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #A70240

Tints of Jazzberry Jam #A70240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 71.67%
G = 0.86%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A70240 (or 0xA70240) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 40. RGB value is (167,2,64). Sum of RGB (Red+Green+Blue) = 167+2+64=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A70240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70240 is #58FDBF. Grayscale: #3A3A3A. Windows color (decimal): -5832128 or 4194983. OLE color: 4194983.

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

Color convert

RGB 167 2 64 -
CMYK 0 0.99 0.62 0.35
HSL 337.45º 0.98% 0.33% -
HSV(B) 337.45º 0.99% 0.65% -
XYZ 16.88 8.63 5.63 -
YUV 58.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 167 2 64 0 0.99 0.62 0.35 337.45 0.98 0.33
Hex A7 2 40 0 63 3E 23 151 62 21
Octal 247 2 100 0 143 76 43 521 142 41
Binary 10100111 10 1000000 0 1100011 111110 100011 101010001 1100010 100001

Color Harmonies of #A70240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70240

Black with #A70240

Text Example


Text Example

White with #A70240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70240; }

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

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

background-color css

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

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

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

border-color css

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

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

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