Html Css Color HEX #A8024D Jazzberry Jam

📋 copy color: '#A8024D'

red 168 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A8024D

Tints of Jazzberry Jam #A8024D

RGB

 RED value IS 168 (66.02% from 255) = 68.02%

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

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

R = 68.02%
G = 0.81%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8024D (or 0xA8024D) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 4D. RGB value is (168,2,77). Sum of RGB (Red+Green+Blue) = 168+2+77=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8024D is #57FDB2. Grayscale: #3C3C3C. Windows color (decimal): -5766579 or 5046952. OLE color: 5046952.

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

Color convert

RGB 168 2 77 -
CMYK 0 0.99 0.54 0.34
HSL 332.89º 0.98% 0.33% -
HSV(B) 332.89º 0.99% 0.66% -
XYZ 17.51 8.9 7.82 -
YUV 60.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 168 2 77 0 0.99 0.54 0.34 332.89 0.98 0.33
Hex A8 2 4D 0 63 36 22 14D 62 21
Octal 250 2 115 0 143 66 42 515 142 41
Binary 10101000 10 1001101 0 1100011 110110 100010 101001101 1100010 100001

Color Harmonies of #A8024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8024D

Black with #A8024D

Text Example


Text Example

White with #A8024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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