Html Css Color HEX #A8124D Jazzberry Jam

📋 copy color: '#A8124D'

red 168 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #A8124D

Tints of Jazzberry Jam #A8124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 63.88%
G = 6.84%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8124D (or 0xA8124D) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 4D. RGB value is (168,18,77). Sum of RGB (Red+Green+Blue) = 168+18+77=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8124D is #57EDB2. Grayscale: #454545. Windows color (decimal): -5762483 or 5051048. OLE color: 5051048.

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

Color convert

RGB 168 18 77 -
CMYK 0 0.89 0.54 0.34
HSL 336.4º 0.81% 0.36% -
HSV(B) 336.4º 0.89% 0.66% -
XYZ 17.7 9.29 7.88 -
YUV 69.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 168 18 77 0 0.89 0.54 0.34 336.4 0.81 0.36
Hex A8 12 4D 0 59 36 22 150 51 24
Octal 250 22 115 0 131 66 42 520 121 44
Binary 10101000 10010 1001101 0 1011001 110110 100010 101010000 1010001 100100

Color Harmonies of #A8124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8124D

Black with #A8124D

Text Example


Text Example

White with #A8124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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