#B80D52

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

Shades of Jazzberry Jam #B80D52

Tints of Jazzberry Jam #B80D52

Color information

#B80D52 (or 0xB80D52) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0D and 52. RGB value is (184,13,82). Sum of RGB (Red+Green+Blue) = 184+13+82=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D52 is #47F2AD. Grayscale: #474747. Windows color (decimal): -4715182 or 5377464. OLE color: 5377464.

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

Color convert

RGB1841382-
CMYK00.930.550.28
HSL335.79º86.8%38.63%-
HSV(B)335.79º92.93%72.16%-
XYZ21.4311.098.99-
YUV72133.65207.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.95%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=65.95%
G=4.66%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184138200.930.550.28335.7986.838.63
HexB8D5205D371C1505727
Octal270151220135673452012747
Binary101110001101101001001011101110111111001010100001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80D52; }

 p { color: rgb(184,13,82); }

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

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

 a { background-color: rgb(184,13,82); }

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

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

 span { border-color: rgb(184,13,82); }

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