#8A0A46

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

Shades of Jazzberry Jam #8A0A46

Tints of Jazzberry Jam #8A0A46

Color information

#8A0A46 (or 0x8A0A46) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 0A and 46. RGB value is (138,10,70). Sum of RGB (Red+Green+Blue) = 138+10+70=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A46 is #75F5B9. Grayscale: #373737. Windows color (decimal): -7730618 or 4590218. OLE color: 4590218.

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

Color convert

RGB1381070-
CMYK00.930.490.46
HSL331.88º86.49%29.02%-
HSV(B)331.88º92.75%54.12%-
XYZ11.76.066.35-
YUV55.11136.41187.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.30%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=63.30%
G=4.59%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138107000.930.490.46331.8886.4929.02
Hex8AA4605D312E14c561d
Octal212121060135615651412635
Binary100010101010100011001011101110001101110101001100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,10,70); }

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

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

 a { background-color: rgb(138,10,70); }

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

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

 span { border-color: rgb(138,10,70); }

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