#8B0545

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

Shades of Jazzberry Jam #8B0545

Tints of Jazzberry Jam #8B0545

Color information

#8B0545 (or 0x8B0545) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 05 and 45. RGB value is (139,5,69). Sum of RGB (Red+Green+Blue) = 139+5+69=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0545 is #74FABA. Grayscale: #343434. Windows color (decimal): -7666363 or 4523403. OLE color: 4523403.

HSL color Cylindrical-coordinate representation of color #8B0545: hue angle of 331.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0545 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB139569-
CMYK00.960.500.45
HSL331.34º93.06%28.24%-
HSV(B)331.34º96.4%54.51%-
XYZ11.786.036.17-
YUV52.36137.39189.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.26%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=65.26%
G=2.35%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13956900.960.500.45331.3493.0628.24
Hex8B545060322D14b5d1c
Octal21351050140625551313534
Binary10001011101100010101100000110010101101101001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,69); }

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

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

 a { background-color: rgb(139,5,69); }

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

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

 span { border-color: rgb(139,5,69); }

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