#A9154F

Color #A9154F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A9154F

Tints of Jazzberry Jam #A9154F

Color information

#A9154F (or 0xA9154F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 15 and 4F. RGB value is (169,21,79). Sum of RGB (Red+Green+Blue) = 169+21+79=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A9154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9154F is #56EAB0. Grayscale: #474747. Windows color (decimal): -5696177 or 5182889. OLE color: 5182889.

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

Color convert

RGB1692179-
CMYK00.880.530.34
HSL336.49º77.89%37.25%-
HSV(B)336.49º87.57%66.27%-
XYZ18.049.548.29-
YUV71.86132.03197.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=62.83%
G=7.81%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169217900.880.530.34336.4977.8937.25
HexA9154F05835221504e25
Octal251251170130654252011645
Binary10101001101011001111010110001101011000101010100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9154F; }

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

 H1.HeaderClassName
 {
   color: #A9154F;
 }
 .AnyTagClassName
 {
   color: #A9154F;
 }
</style>
background-color css

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

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

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

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

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

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