#B60949

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

Shades of Jazzberry Jam #B60949

Tints of Jazzberry Jam #B60949

Color information

#B60949 (or 0xB60949) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 09 and 49. RGB value is (182,9,73). Sum of RGB (Red+Green+Blue) = 182+9+73=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B60949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60949 is #49F6B6. Grayscale: #434343. Windows color (decimal): -4847287 or 4786614. OLE color: 4786614.

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

Color convert

RGB182973-
CMYK00.950.600.29
HSL337.8º90.58%37.45%-
HSV(B)337.8º95.05%71.37%-
XYZ20.5910.627.27-
YUV68.02130.81209.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=68.94%
G=3.41%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18297300.950.600.29337.890.5837.45
HexB694905F3C1D1525b25
Octal266111110137743552213345
Binary101101101001100100101011111111100111011010100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60949; }

 p { color: rgb(182,9,73); }

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

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

 a { background-color: rgb(182,9,73); }

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

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

 span { border-color: rgb(182,9,73); }

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