#A91148

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

Shades of Jazzberry Jam #A91148

Tints of Jazzberry Jam #A91148

Color information

#A91148 (or 0xA91148) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 11 and 48. RGB value is (169,17,72). Sum of RGB (Red+Green+Blue) = 169+17+72=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91148 is #56EEB7. Grayscale: #444444. Windows color (decimal): -5697208 or 4723113. OLE color: 4723113.

HSL color Cylindrical-coordinate representation of color #A91148: hue angle of 338.29º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91148 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1691772-
CMYK00.900.570.34
HSL338.29º81.72%36.47%-
HSV(B)338.29º89.94%66.27%-
XYZ17.739.36.99-
YUV68.72129.86199.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.50%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=65.50%
G=6.59%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169177200.900.570.34338.2981.7236.47
HexA9114805A39221525224
Octal251211100132714252212244
Binary10101001100011001000010110101110011000101010100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91148; }

 p { color: rgb(169,17,72); }

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

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

 a { background-color: rgb(169,17,72); }

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

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

 span { border-color: rgb(169,17,72); }

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