Html Css Color HEX #A8144F Jazzberry Jam

📋 copy color: '#A8144F'

red 168 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #A8144F

Tints of Jazzberry Jam #A8144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 62.92%
G = 7.49%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A8144F (or 0xA8144F) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 4F. RGB value is (168,20,79). Sum of RGB (Red+Green+Blue) = 168+20+79=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8144F is #57EBB0. Grayscale: #464646. Windows color (decimal): -5761969 or 5182632. OLE color: 5182632.

HSL color Cylindrical-coordinate representation of color #A8144F: hue angle of 336.08º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8144F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 79 -
CMYK 0 0.88 0.53 0.34
HSL 336.08º 0.79% 0.37% -
HSV(B) 336.08º 0.88% 0.66% -
XYZ 17.81 9.39 8.27 -
YUV 70.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 168 20 79 0 0.88 0.53 0.34 336.08 0.79 0.37
Hex A8 14 4F 0 58 35 22 150 4F 25
Octal 250 24 117 0 130 65 42 520 117 45
Binary 10101000 10100 1001111 0 1011000 110101 100010 101010000 1001111 100101

Color Harmonies of #A8144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8144F

Black with #A8144F

Text Example


Text Example

White with #A8144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8144F; }

 p { color: rgb(168,20,79); }

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

background-color css

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

 a { background-color: rgb(168,20,79); }

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

border-color css

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

 span { border-color: rgb(168,20,79); }

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