#8A0B48

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

Shades of Jazzberry Jam #8A0B48

Tints of Jazzberry Jam #8A0B48

Color information

#8A0B48 (or 0x8A0B48) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 0B and 48. RGB value is (138,11,72). Sum of RGB (Red+Green+Blue) = 138+11+72=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0B48 is #75F4B7. Grayscale: #373737. Windows color (decimal): -7730360 or 4721546. OLE color: 4721546.

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

Color convert

RGB1381172-
CMYK00.920.480.46
HSL331.18º85.23%29.22%-
HSV(B)331.18º92.03%54.12%-
XYZ11.776.116.69-
YUV55.93137.08186.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.44%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=62.44%
G=4.98%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138117200.920.480.46331.1885.2329.22
Hex8AB4805C302E14b551d
Octal212131100134605651312535
Binary100010101011100100001011100110000101110101001011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,72); }

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

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

 a { background-color: rgb(138,11,72); }

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

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

 span { border-color: rgb(138,11,72); }

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