#A21751

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

Shades of Jazzberry Jam #A21751

Tints of Jazzberry Jam #A21751

Color information

#A21751 (or 0xA21751) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 17 and 51. RGB value is (162,23,81). Sum of RGB (Red+Green+Blue) = 162+23+81=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21751 is #5DE8AE. Grayscale: #474747. Windows color (decimal): -6154415 or 5314466. OLE color: 5314466.

HSL color Cylindrical-coordinate representation of color #A21751: hue angle of 334.96º degrees, saturation: 0.75, 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 #A21751 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1622381-
CMYK00.860.500.36
HSL334.96º75.14%36.27%-
HSV(B)334.96º85.8%63.53%-
XYZ16.698.898.62-
YUV71.17133.55192.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=60.90%
G=8.65%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162238100.860.500.36334.9675.1436.27
HexA21751056322414f4b24
Octal242271210126624451711344
Binary10100010101111010001010101101100101001001010011111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21751; }

 p { color: rgb(162,23,81); }

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

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

 a { background-color: rgb(162,23,81); }

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

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

 span { border-color: rgb(162,23,81); }

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