#A4073F

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

Shades of Jazzberry Jam #A4073F

Tints of Jazzberry Jam #A4073F

Color information

#A4073F (or 0xA4073F) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 07 and 3F. RGB value is (164,7,63). Sum of RGB (Red+Green+Blue) = 164+7+63=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A4073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4073F is #5BF8C0. Grayscale: #3C3C3C. Windows color (decimal): -6027457 or 4130724. OLE color: 4130724.

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

Color convert

RGB164763-
CMYK00.960.620.36
HSL338.6º91.81%33.53%-
HSV(B)338.6º95.73%64.31%-
XYZ16.288.45.47-
YUV60.33129.51201.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.09%
GREEN value IS 7 (3.12% from 255) = 2.99%
BLUE value IS 63 (25% from 255) = 26.92%
R=70.09%
G=2.99%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16476300.960.620.36338.691.8133.53
HexA473F0603E241535c22
Octal2447770140764452313442
Binary10100100111111111011000001111101001001010100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4073F; }

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

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

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

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

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

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

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

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