Html Css Color HEX #A7034A Jazzberry Jam

📋 copy color: '#A7034A'

red 167 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #A7034A

Tints of Jazzberry Jam #A7034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 68.44%
G = 1.23%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7034A (or 0xA7034A) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 4A. RGB value is (167,3,74). Sum of RGB (Red+Green+Blue) = 167+3+74=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7034A is #58FCB5. Grayscale: #3C3C3C. Windows color (decimal): -5831862 or 4850599. OLE color: 4850599.

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

Color convert

RGB 167 3 74 -
CMYK 0 0.98 0.56 0.35
HSL 334.02º 0.96% 0.33% -
HSV(B) 334.02º 0.98% 0.65% -
XYZ 17.2 8.78 7.27 -
YUV 60.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 167 3 74 0 0.98 0.56 0.35 334.02 0.96 0.33
Hex A7 3 4A 0 62 38 23 14E 60 21
Octal 247 3 112 0 142 70 43 516 140 41
Binary 10100111 11 1001010 0 1100010 111000 100011 101001110 1100000 100001

Color Harmonies of #A7034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7034A

Black with #A7034A

Text Example


Text Example

White with #A7034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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