#A81042

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

Shades of Jazzberry Jam #A81042

Tints of Jazzberry Jam #A81042

Color information

#A81042 (or 0xA81042) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 10 and 42. RGB value is (168,16,66). Sum of RGB (Red+Green+Blue) = 168+16+66=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A81042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81042 is #57EFBD. Grayscale: #434343. Windows color (decimal): -5763006 or 4329640. OLE color: 4329640.

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

Color convert

RGB1681666-
CMYK00.900.610.34
HSL340.26º82.61%36.08%-
HSV(B)340.26º90.48%65.88%-
XYZ17.329.096-
YUV67.15127.36199.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=67.2%
G=6.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168166600.900.610.34340.2682.6136.08
HexA8104205A3D221545324
Octal250201020132754252412344
Binary10101000100001000010010110101111011000101010101001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81042; }

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

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

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

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

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

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

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

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