Html Css Color HEX #A7024D Jazzberry Jam

📋 copy color: '#A7024D'

red 167 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A7024D

Tints of Jazzberry Jam #A7024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 67.89%
G = 0.81%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7024D (or 0xA7024D) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 4D. RGB value is (167,2,77). Sum of RGB (Red+Green+Blue) = 167+2+77=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7024D is #58FDB2. Grayscale: #3B3B3B. Windows color (decimal): -5832115 or 5046951. OLE color: 5046951.

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

Color convert

RGB 167 2 77 -
CMYK 0 0.99 0.54 0.35
HSL 332.73º 0.98% 0.33% -
HSV(B) 332.73º 0.99% 0.65% -
XYZ 17.3 8.79 7.81 -
YUV 59.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 167 2 77 0 0.99 0.54 0.35 332.73 0.98 0.33
Hex A7 2 4D 0 63 36 23 14D 62 21
Octal 247 2 115 0 143 66 43 515 142 41
Binary 10100111 10 1001101 0 1100011 110110 100011 101001101 1100010 100001

Color Harmonies of #A7024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7024D

Black with #A7024D

Text Example


Text Example

White with #A7024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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