#8C0F56

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

Shades of Jazzberry Jam #8C0F56

Tints of Jazzberry Jam #8C0F56

Color information

#8C0F56 (or 0x8C0F56) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 0F and 56. RGB value is (140,15,86). Sum of RGB (Red+Green+Blue) = 140+15+86=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F56 is #73F0A9. Grayscale: #3C3C3C. Windows color (decimal): -7598250 or 5640076. OLE color: 5640076.

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

Color convert

RGB1401586-
CMYK00.890.390.45
HSL325.92º80.65%30.39%-
HSV(B)325.92º89.29%54.9%-
XYZ12.676.599.41-
YUV60.47142.41184.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=58.09%
G=6.22%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140158600.890.390.45325.9280.6530.39
Hex8CF56059272D146511e
Octal214171260131475550612136
Binary100011001111101011001011001100111101101101000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,15,86); }

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

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

 a { background-color: rgb(140,15,86); }

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

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

 span { border-color: rgb(140,15,86); }

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