#A1063B

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

Shades of Jazzberry Jam #A1063B

Tints of Jazzberry Jam #A1063B

Color information

#A1063B (or 0xA1063B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 3B. RGB value is (161,6,59). Sum of RGB (Red+Green+Blue) = 161+6+59=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1063B is #5EF9C4. Grayscale: #3A3A3A. Windows color (decimal): -6224325 or 3868321. OLE color: 3868321.

HSL color Cylindrical-coordinate representation of color #A1063B: hue angle of 339.48º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1063B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB161659-
CMYK00.960.630.37
HSL339.48º92.81%32.75%-
HSV(B)339.48º96.27%63.14%-
XYZ15.558.024.87-
YUV58.39128.35201.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=71.24%
G=2.65%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16165900.960.630.37339.4892.8132.75
HexA163B0603F251535d21
Octal2416730140774552313541
Binary10100001110111011011000001111111001011010100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1063B; }

 p { color: rgb(161,6,59); }

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

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

 a { background-color: rgb(161,6,59); }

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

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

 span { border-color: rgb(161,6,59); }

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