#A21650

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

Shades of Jazzberry Jam #A21650

Tints of Jazzberry Jam #A21650

Color information

#A21650 (or 0xA21650) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 50. RGB value is (162,22,80). Sum of RGB (Red+Green+Blue) = 162+22+80=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A21650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21650 is #5DE9AF. Grayscale: #464646. Windows color (decimal): -6154672 or 5248674. OLE color: 5248674.

HSL color Cylindrical-coordinate representation of color #A21650: hue angle of 335.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21650 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1622280-
CMYK00.860.510.36
HSL335.14º76.09%36.08%-
HSV(B)335.14º86.42%63.53%-
XYZ16.648.838.42-
YUV70.47133.38193.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=61.36%
G=8.33%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162228000.860.510.36335.1476.0936.08
HexA21650056332414f4c24
Octal242261200126634451711444
Binary10100010101101010000010101101100111001001010011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21650; }

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

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

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

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

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

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

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

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