#8A1053

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

Shades of Jazzberry Jam #8A1053

Tints of Jazzberry Jam #8A1053

Color information

#8A1053 (or 0x8A1053) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 10 and 53. RGB value is (138,16,83). Sum of RGB (Red+Green+Blue) = 138+16+83=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1053 is #75EFAC. Grayscale: #3B3B3B. Windows color (decimal): -7729069 or 5443722. OLE color: 5443722.

HSL color Cylindrical-coordinate representation of color #8A1053: hue angle of 327.05º 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 #8A1053 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1381683-
CMYK00.880.400.46
HSL327.05º79.22%30.2%-
HSV(B)327.05º88.41%54.12%-
XYZ12.236.48.77-
YUV60.12140.92183.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.23%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=58.23%
G=6.75%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138168300.880.400.46327.0579.2230.2
Hex8A1053058282E1474f1e
Octal212201230130505650711736
Binary1000101010000101001101011000101000101110101000111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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