#A91248

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

Shades of Jazzberry Jam #A91248

Tints of Jazzberry Jam #A91248

Color information

#A91248 (or 0xA91248) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 12 and 48. RGB value is (169,18,72). Sum of RGB (Red+Green+Blue) = 169+18+72=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A91248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91248 is #56EDB7. Grayscale: #454545. Windows color (decimal): -5696952 or 4723369. OLE color: 4723369.

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

Color convert

RGB1691872-
CMYK00.890.570.34
HSL338.54º80.75%36.67%-
HSV(B)338.54º89.35%66.27%-
XYZ17.759.347-
YUV69.3129.53199.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.25%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=65.25%
G=6.95%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169187200.890.570.34338.5480.7536.67
HexA9124805939221535125
Octal251221100131714252312145
Binary10101001100101001000010110011110011000101010100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91248; }

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

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

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

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

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

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

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

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