#B80749

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

Shades of Jazzberry Jam #B80749

Tints of Jazzberry Jam #B80749

Color information

#B80749 (or 0xB80749) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 07 and 49. RGB value is (184,7,73). Sum of RGB (Red+Green+Blue) = 184+7+73=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B80749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80749 is #47F8B6. Grayscale: #434343. Windows color (decimal): -4716727 or 4786104. OLE color: 4786104.

HSL color Cylindrical-coordinate representation of color #B80749: hue angle of 337.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80749 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB184773-
CMYK00.960.600.28
HSL337.63º92.67%37.45%-
HSV(B)337.63º96.2%72.16%-
XYZ21.0510.827.28-
YUV67.45131.14211.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.70%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=69.70%
G=2.65%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18477300.960.600.28337.6392.6737.45
HexB87490603C1C1525d25
Octal27071110140743452213545
Binary10111000111100100101100000111100111001010100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80749; }

 p { color: rgb(184,7,73); }

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

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

 a { background-color: rgb(184,7,73); }

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

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

 span { border-color: rgb(184,7,73); }

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