#8A1051

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

Shades of Jazzberry Jam #8A1051

Tints of Jazzberry Jam #8A1051

Color information

#8A1051 (or 0x8A1051) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 10 and 51. RGB value is (138,16,81). Sum of RGB (Red+Green+Blue) = 138+16+81=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1051 is #75EFAE. Grayscale: #3B3B3B. Windows color (decimal): -7729071 or 5312650. OLE color: 5312650.

HSL color Cylindrical-coordinate representation of color #8A1051: hue angle of 328.03º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1051 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1381681-
CMYK00.880.410.46
HSL328.03º79.22%30.2%-
HSV(B)328.03º88.41%54.12%-
XYZ12.156.378.37-
YUV59.89139.92183.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.72%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=58.72%
G=6.81%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138168100.880.410.46328.0379.2230.2
Hex8A1051058292E1484f1e
Octal212201210130515651011736
Binary1000101010000101000101011000101001101110101001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A1051; }

 p { color: rgb(138,16,81); }

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

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

 a { background-color: rgb(138,16,81); }

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

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

 span { border-color: rgb(138,16,81); }

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