#A91D55

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

Shades of Jazzberry Jam #A91D55

Tints of Jazzberry Jam #A91D55

Color information

#A91D55 (or 0xA91D55) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1D and 55. RGB value is (169,29,85). Sum of RGB (Red+Green+Blue) = 169+29+85=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91D55 is #56E2AA. Grayscale: #4D4D4D. Windows color (decimal): -5694123 or 5578153. OLE color: 5578153.

HSL color Cylindrical-coordinate representation of color #A91D55: hue angle of 336º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91D55 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1692985-
CMYK00.830.500.34
HSL336º70.71%38.82%-
HSV(B)336º82.84%66.27%-
XYZ18.449.979.55-
YUV77.24132.38193.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.72%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=59.72%
G=10.25%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169298500.830.500.3433670.7138.82
HexA91D5505332221504727
Octal251351250123624252010747
Binary10101001111011010101010100111100101000101010100001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91D55; }

 p { color: rgb(169,29,85); }

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

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

 a { background-color: rgb(169,29,85); }

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

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

 span { border-color: rgb(169,29,85); }

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