#A0073E

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

Shades of Jazzberry Jam #A0073E

Tints of Jazzberry Jam #A0073E

Color information

#A0073E (or 0xA0073E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 07 and 3E. RGB value is (160,7,62). Sum of RGB (Red+Green+Blue) = 160+7+62=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A0073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0073E is #5FF8C1. Grayscale: #3A3A3A. Windows color (decimal): -6289602 or 4065184. OLE color: 4065184.

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

Color convert

RGB160762-
CMYK00.960.610.37
HSL338.43º91.62%32.75%-
HSV(B)338.43º95.63%62.75%-
XYZ15.447.975.28-
YUV59.02129.69200.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.87%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=69.87%
G=3.06%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16076200.960.610.37338.4391.6232.75
HexA073E0603D251525c21
Octal2407760140754552213441
Binary10100000111111110011000001111011001011010100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0073E; }

 p { color: rgb(160,7,62); }

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

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

 a { background-color: rgb(160,7,62); }

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

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

 span { border-color: rgb(160,7,62); }

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