#A7003A

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

Shades of Jazzberry Jam #A7003A

Tints of Jazzberry Jam #A7003A

Color information

#A7003A (or 0xA7003A) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 00 and 3A. RGB value is (167,0,58). Sum of RGB (Red+Green+Blue) = 167+0+58=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A7003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7003A is #58FFC5. Grayscale: #383838. Windows color (decimal): -5832646 or 3801255. OLE color: 3801255.

HSL color Cylindrical-coordinate representation of color #A7003A: hue angle of 339.16º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7003A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB167058-
CMYK010.650.35
HSL339.16º100%32.75%-
HSV(B)339.16º100%65.49%-
XYZ16.78.524.77-
YUV56.54128.83206.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=74.22%
G=0%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167058010.650.35339.1610032.75
HexA703A06441231536421
Octal24707201441014352314441
Binary1010011101110100110010010000011000111010100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7003A; }

 p { color: rgb(167,0,58); }

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

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

 a { background-color: rgb(167,0,58); }

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

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

 span { border-color: rgb(167,0,58); }

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