#8B1558

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

Shades of Jazzberry Jam #8B1558

Tints of Jazzberry Jam #8B1558

Color information

#8B1558 (or 0x8B1558) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 15 and 58. RGB value is (139,21,88). Sum of RGB (Red+Green+Blue) = 139+21+88=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1558 is #74EAA7. Grayscale: #3F3F3F. Windows color (decimal): -7662248 or 5772683. OLE color: 5772683.

HSL color Cylindrical-coordinate representation of color #8B1558: hue angle of 325.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1558 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1392188-
CMYK00.850.370.45
HSL325.93º73.75%31.37%-
HSV(B)325.93º84.89%54.51%-
XYZ12.686.739.86-
YUV63.92141.59181.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=56.05%
G=8.47%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139218800.850.370.45325.9373.7531.37
Hex8B1558055252D1464a1f
Octal213251300125455550611237
Binary1000101110101101100001010101100101101101101000110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,88); }

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

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

 a { background-color: rgb(139,21,88); }

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

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

 span { border-color: rgb(139,21,88); }

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