#A1073C

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

Shades of Jazzberry Jam #A1073C

Tints of Jazzberry Jam #A1073C

Color information

#A1073C (or 0xA1073C) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 07 and 3C. RGB value is (161,7,60). Sum of RGB (Red+Green+Blue) = 161+7+60=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A1073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1073C is #5EF8C3. Grayscale: #3B3B3B. Windows color (decimal): -6224068 or 3934113. OLE color: 3934113.

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

Color convert

RGB161760-
CMYK00.960.630.37
HSL339.35º91.67%32.94%-
HSV(B)339.35º95.65%63.14%-
XYZ15.598.065.01-
YUV59.09128.52200.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 7 (3.12% from 255) = 3.07%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=70.61%
G=3.07%
B=26.32%

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
Decimal16176000.960.630.37339.3591.6732.94
HexA173C0603F251535c21
Octal2417740140774552313441
Binary10100001111111100011000001111111001011010100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1073C; }

 p { color: rgb(161,7,60); }

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

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

 a { background-color: rgb(161,7,60); }

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

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

 span { border-color: rgb(161,7,60); }

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