#A70341

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

Shades of Jazzberry Jam #A70341

Tints of Jazzberry Jam #A70341

Color information

#A70341 (or 0xA70341) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 03 and 41. RGB value is (167,3,65). Sum of RGB (Red+Green+Blue) = 167+3+65=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A70341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70341 is #58FCBE. Grayscale: #3B3B3B. Windows color (decimal): -5831871 or 4260775. OLE color: 4260775.

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

Color convert

RGB167365-
CMYK00.980.610.35
HSL337.32º96.47%33.33%-
HSV(B)337.32º98.2%65.49%-
XYZ16.928.665.78-
YUV59.1131.33204.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=71.06%
G=1.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16736500.980.610.35337.3296.4733.33
HexA73410623D231516021
Octal24731010142754352114041
Binary10100111111000001011000101111011000111010100011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70341; }

 p { color: rgb(167,3,65); }

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

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

 a { background-color: rgb(167,3,65); }

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

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

 span { border-color: rgb(167,3,65); }

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