#A1064B

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

Shades of Jazzberry Jam #A1064B

Tints of Jazzberry Jam #A1064B

Color information

#A1064B (or 0xA1064B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 06 and 4B. RGB value is (161,6,75). Sum of RGB (Red+Green+Blue) = 161+6+75=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1064B is #5EF9B4. Grayscale: #3C3C3C. Windows color (decimal): -6224309 or 4916897. OLE color: 4916897.

HSL color Cylindrical-coordinate representation of color #A1064B: hue angle of 333.29º 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 #A1064B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB161675-
CMYK00.960.530.37
HSL333.29º92.81%32.75%-
HSV(B)333.29º96.27%63.14%-
XYZ16.038.227.4-
YUV60.21136.35199.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=66.53%
G=2.48%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16167500.960.530.37333.2992.8132.75
HexA164B060352514d5d21
Octal24161130140654551513541
Binary101000011101001011011000001101011001011010011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1064B; }

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

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

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

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

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

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

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

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