#B60548

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

Shades of Jazzberry Jam #B60548

Tints of Jazzberry Jam #B60548

Color information

#B60548 (or 0xB60548) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 05 and 48. RGB value is (182,5,72). Sum of RGB (Red+Green+Blue) = 182+5+72=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B60548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60548 is #49FAB7. Grayscale: #414141. Windows color (decimal): -4848312 or 4720054. OLE color: 4720054.

HSL color Cylindrical-coordinate representation of color #B60548: hue angle of 337.29º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60548 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB182572-
CMYK00.970.600.29
HSL337.29º94.65%36.67%-
HSV(B)337.29º97.25%71.37%-
XYZ20.5210.527.08-
YUV65.56131.64211.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=70.27%
G=1.93%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18257200.970.600.29337.2994.6536.67
HexB65480613C1D1515f25
Octal26651100141743552113745
Binary10110110101100100001100001111100111011010100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60548; }

 p { color: rgb(182,5,72); }

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

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

 a { background-color: rgb(182,5,72); }

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

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

 span { border-color: rgb(182,5,72); }

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