#8A1356

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

Shades of Jazzberry Jam #8A1356

Tints of Jazzberry Jam #8A1356

Color information

#8A1356 (or 0x8A1356) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 13 and 56. RGB value is (138,19,86). Sum of RGB (Red+Green+Blue) = 138+19+86=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1356 is #75ECA9. Grayscale: #3E3E3E. Windows color (decimal): -7728298 or 5641098. OLE color: 5641098.

HSL color Cylindrical-coordinate representation of color #8A1356: hue angle of 326.22º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1356 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1381986-
CMYK00.860.380.46
HSL326.22º75.8%30.78%-
HSV(B)326.22º86.23%54.12%-
XYZ12.396.549.41-
YUV62.22141.42182.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=56.79%
G=7.82%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138198600.860.380.46326.2275.830.78
Hex8A1356056262E1464c1f
Octal212231260126465650611437
Binary1000101010011101011001010110100110101110101000110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,19,86); }

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

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

 a { background-color: rgb(138,19,86); }

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

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

 span { border-color: rgb(138,19,86); }

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