#8B1050

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

Shades of Jazzberry Jam #8B1050

Tints of Jazzberry Jam #8B1050

Color information

#8B1050 (or 0x8B1050) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 10 and 50. RGB value is (139,16,80). Sum of RGB (Red+Green+Blue) = 139+16+80=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1050 is #74EFAF. Grayscale: #3B3B3B. Windows color (decimal): -7663536 or 5247115. OLE color: 5247115.

HSL color Cylindrical-coordinate representation of color #8B1050: hue angle of 328.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1050 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1391680-
CMYK00.880.420.45
HSL328.78º79.35%30.39%-
HSV(B)328.78º88.49%54.51%-
XYZ12.286.448.18-
YUV60.07139.25184.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=59.15%
G=6.81%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139168000.880.420.45328.7879.3530.39
Hex8B10500582A2D1494f1e
Octal213201200130525551111736
Binary1000101110000101000001011000101010101101101001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,80); }

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

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

 a { background-color: rgb(139,16,80); }

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

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

 span { border-color: rgb(139,16,80); }

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