#A91650

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

Shades of Jazzberry Jam #A91650

Tints of Jazzberry Jam #A91650

Color information

#A91650 (or 0xA91650) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 16 and 50. RGB value is (169,22,80). Sum of RGB (Red+Green+Blue) = 169+22+80=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A91650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91650 is #56E9AF. Grayscale: #484848. Windows color (decimal): -5695920 or 5248681. OLE color: 5248681.

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

Color convert

RGB1692280-
CMYK00.870.530.34
HSL336.33º76.96%37.45%-
HSV(B)336.33º86.98%66.27%-
XYZ18.19.598.49-
YUV72.56132.2196.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=62.36%
G=8.12%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169228000.870.530.34336.3376.9637.45
HexA9165005735221504d25
Octal251261200127654252011545
Binary10101001101101010000010101111101011000101010100001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91650; }

 p { color: rgb(169,22,80); }

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

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

 a { background-color: rgb(169,22,80); }

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

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

 span { border-color: rgb(169,22,80); }

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