#A70741

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

Shades of Jazzberry Jam #A70741

Tints of Jazzberry Jam #A70741

Color information

#A70741 (or 0xA70741) is unknown color: approx Jazzberry Jam. HEX triplet: A7, 07 and 41. RGB value is (167,7,65). Sum of RGB (Red+Green+Blue) = 167+7+65=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A70741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70741 is #58F8BE. Grayscale: #3D3D3D. Windows color (decimal): -5830847 or 4261799. OLE color: 4261799.

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

Color convert

RGB167765-
CMYK00.960.610.35
HSL338.25º91.95%34.12%-
HSV(B)338.25º95.81%65.49%-
XYZ16.978.755.8-
YUV61.45130.01203.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=69.87%
G=2.93%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16776500.960.610.35338.2591.9534.12
HexA77410603D231525c22
Octal24771010140754352213442
Binary101001111111000001011000001111011000111010100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70741; }

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

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

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

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

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

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

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

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