#B60D59

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

Shades of Jazzberry Jam #B60D59

Tints of Jazzberry Jam #B60D59

Color information

#B60D59 (or 0xB60D59) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0D and 59. RGB value is (182,13,89). Sum of RGB (Red+Green+Blue) = 182+13+89=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D59 is #49F2A6. Grayscale: #484848. Windows color (decimal): -4846247 or 5836214. OLE color: 5836214.

HSL color Cylindrical-coordinate representation of color #B60D59: hue angle of 333.02º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60D59 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1821389-
CMYK00.930.510.29
HSL333.02º86.67%38.24%-
HSV(B)333.02º92.86%71.37%-
XYZ21.2410.9510.45-
YUV72.19137.49206.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.08%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=64.08%
G=4.58%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182138900.930.510.29333.0286.6738.24
HexB6D5905D331D14d5726
Octal266151310135633551512746
Binary101101101101101100101011101110011111011010011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D59; }

 p { color: rgb(182,13,89); }

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

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

 a { background-color: rgb(182,13,89); }

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

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

 span { border-color: rgb(182,13,89); }

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