#B80553

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

Shades of Jazzberry Jam #B80553

Tints of Jazzberry Jam #B80553

Color information

#B80553 (or 0xB80553) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 05 and 53. RGB value is (184,5,83). Sum of RGB (Red+Green+Blue) = 184+5+83=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80553 is #47FAAC. Grayscale: #434343. Windows color (decimal): -4717229 or 5440952. OLE color: 5440952.

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

Color convert

RGB184583-
CMYK00.970.550.28
HSL333.85º94.71%37.06%-
HSV(B)333.85º97.28%72.16%-
XYZ21.3810.929.17-
YUV67.41136.8211.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.65%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=67.65%
G=1.84%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18458300.970.550.28333.8594.7137.06
HexB8553061371C14e5f25
Octal27051230141673451613745
Binary10111000101101001101100001110111111001010011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80553; }

 p { color: rgb(184,5,83); }

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

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

 a { background-color: rgb(184,5,83); }

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

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

 span { border-color: rgb(184,5,83); }

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