Html Css Color HEX #A8154F Jazzberry Jam

📋 copy color: '#A8154F'

red 168 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #A8154F

Tints of Jazzberry Jam #A8154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 62.69%
G = 7.84%
B = 29.48%

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

#A8154F (or 0xA8154F) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 4F. RGB value is (168,21,79). Sum of RGB (Red+Green+Blue) = 168+21+79=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8154F is #57EAB0. Grayscale: #474747. Windows color (decimal): -5761713 or 5182888. OLE color: 5182888.

HSL color Cylindrical-coordinate representation of color #A8154F: hue angle of 336.33º degrees, saturation: 0.78, 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 #A8154F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 79 -
CMYK 0 0.88 0.53 0.34
HSL 336.33º 0.78% 0.37% -
HSV(B) 336.33º 0.88% 0.66% -
XYZ 17.83 9.43 8.28 -
YUV 71.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 168 21 79 0 0.88 0.53 0.34 336.33 0.78 0.37
Hex A8 15 4F 0 58 35 22 150 4E 25
Octal 250 25 117 0 130 65 42 520 116 45
Binary 10101000 10101 1001111 0 1011000 110101 100010 101010000 1001110 100101

Color Harmonies of #A8154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8154F

Black with #A8154F

Text Example


Text Example

White with #A8154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8154F; }

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

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

background-color css

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

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

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

border-color css

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

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

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