#A3073F

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

Shades of Jazzberry Jam #A3073F

Tints of Jazzberry Jam #A3073F

Color information

#A3073F (or 0xA3073F) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 07 and 3F. RGB value is (163,7,63). Sum of RGB (Red+Green+Blue) = 163+7+63=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3073F is #5CF8C0. Grayscale: #3B3B3B. Windows color (decimal): -6092993 or 4130723. OLE color: 4130723.

HSL color Cylindrical-coordinate representation of color #A3073F: hue angle of 338.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3073F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB163763-
CMYK00.960.610.36
HSL338.46º91.76%33.33%-
HSV(B)338.46º95.71%63.92%-
XYZ16.088.35.46-
YUV60.03129.68201.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 63 (25% from 255) = 27.04%
R=69.96%
G=3.00%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16376300.960.610.36338.4691.7633.33
HexA373F0603D241525c21
Octal2437770140754452213441
Binary10100011111111111011000001111011001001010100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3073F; }

 p { color: rgb(163,7,63); }

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

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

 a { background-color: rgb(163,7,63); }

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

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

 span { border-color: rgb(163,7,63); }

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