Html Css Color HEX #A8124B Jazzberry Jam

📋 copy color: '#A8124B'

red 168 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #A8124B

Tints of Jazzberry Jam #A8124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 64.37%
G = 6.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8124B (or 0xA8124B) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 4B. RGB value is (168,18,75). Sum of RGB (Red+Green+Blue) = 168+18+75=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8124B is #57EDB4. Grayscale: #454545. Windows color (decimal): -5762485 or 4919976. OLE color: 4919976.

HSL color Cylindrical-coordinate representation of color #A8124B: hue angle of 337.2º 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 #A8124B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 75 -
CMYK 0 0.89 0.55 0.34
HSL 337.2º 0.81% 0.36% -
HSV(B) 337.2º 0.89% 0.66% -
XYZ 17.63 9.27 7.52 -
YUV 69.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 168 18 75 0 0.89 0.55 0.34 337.2 0.81 0.36
Hex A8 12 4B 0 59 37 22 151 51 24
Octal 250 22 113 0 131 67 42 521 121 44
Binary 10101000 10010 1001011 0 1011001 110111 100010 101010001 1010001 100100

Color Harmonies of #A8124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8124B

Black with #A8124B

Text Example


Text Example

White with #A8124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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