#A80742

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

Shades of Jazzberry Jam #A80742

Tints of Jazzberry Jam #A80742

Color information

#A80742 (or 0xA80742) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 07 and 42. RGB value is (168,7,66). Sum of RGB (Red+Green+Blue) = 168+7+66=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A80742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80742 is #57F8BD. Grayscale: #3D3D3D. Windows color (decimal): -5765310 or 4327336. OLE color: 4327336.

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

Color convert

RGB168766-
CMYK00.960.610.34
HSL338.01º92%34.31%-
HSV(B)338.01º95.83%65.88%-
XYZ17.218.875.96-
YUV61.86130.34203.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.71%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=69.71%
G=2.90%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16876600.960.610.34338.019234.31
HexA87420603D221525c22
Octal25071020140754252213442
Binary101010001111000010011000001111011000101010100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80742; }

 p { color: rgb(168,7,66); }

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

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

 a { background-color: rgb(168,7,66); }

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

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

 span { border-color: rgb(168,7,66); }

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