#B40871

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

Shades of Jazzberry Jam #B40871

Tints of Jazzberry Jam #B40871

Color information

#B40871 (or 0xB40871) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 08 and 71. RGB value is (180,8,113). Sum of RGB (Red+Green+Blue) = 180+8+113=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B40871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40871 is #4BF78E. Grayscale: #474747. Windows color (decimal): -4978575 or 7407796. OLE color: 7407796.

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

Color convert

RGB1808113-
CMYK00.960.370.29
HSL323.37º91.49%36.86%-
HSV(B)323.37º95.56%70.59%-
XYZ21.8911.0716.61-
YUV71.4151.48205.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=59.80%
G=2.66%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180811300.960.370.29323.3791.4936.86
HexB4871060251D1435b25
Octal264101610140453550313345
Binary101101001000111000101100000100101111011010000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40871; }

 p { color: rgb(180,8,113); }

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

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

 a { background-color: rgb(180,8,113); }

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

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

 span { border-color: rgb(180,8,113); }

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