#a01550

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

Shades of Jazzberry Jam #A01550

Tints of Jazzberry Jam #A01550

Color information

#A01550 (or 0xA01550) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 15 and 50. RGB value is (160,21,80). Sum of RGB (Red+Green+Blue) = 160+21+80=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A01550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01550 is #5FEAAF. Grayscale: #454545. Windows color (decimal): -6286000 or 5248416. OLE color: 5248416.

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

Color convert

RGB1602180-
CMYK00.870.50.37
HSL334.53º76.8%35.49%-
HSV(B)334.53º86.87%62.75%-
XYZ16.218.598.39-
YUV69.29134.05192.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=61.30%
G=8.05%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160218000.870.50.37334.5376.835.49
HexA01550057322514f4d23
Octal240251200127624551711543
Binary10100000101011010000010101111100101001011010011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a01550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a01550; }

 p { color: rgb(160,21,80); }

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

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

 a { background-color: rgb(160,21,80); }

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

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

 span { border-color: rgb(160,21,80); }

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