Html Css Color HEX #A70340 Jazzberry Jam

📋 copy color: '#A70340'

red 167 ◦ green 3 ◦ blue 64

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

Shades of Jazzberry Jam #A70340

Tints of Jazzberry Jam #A70340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 71.37%
G = 1.28%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A70340 (or 0xA70340) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 40. RGB value is (167,3,64). Sum of RGB (Red+Green+Blue) = 167+3+64=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A70340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70340 is #58FCBF. Grayscale: #3A3A3A. Windows color (decimal): -5831872 or 4195239. OLE color: 4195239.

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

Color convert

RGB 167 3 64 -
CMYK 0 0.98 0.62 0.35
HSL 337.68º 0.96% 0.33% -
HSV(B) 337.68º 0.98% 0.65% -
XYZ 16.89 8.65 5.63 -
YUV 58.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 167 3 64 0 0.98 0.62 0.35 337.68 0.96 0.33
Hex A7 3 40 0 62 3E 23 152 60 21
Octal 247 3 100 0 142 76 43 522 140 41
Binary 10100111 11 1000000 0 1100010 111110 100011 101010010 1100000 100001

Color Harmonies of #A70340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70340

Black with #A70340

Text Example


Text Example

White with #A70340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70340; }

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

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

background-color css

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

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

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

border-color css

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

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

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