#B70F51

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

Shades of Jazzberry Jam #B70F51

Tints of Jazzberry Jam #B70F51

Color information

#B70F51 (or 0xB70F51) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0F and 51. RGB value is (183,15,81). Sum of RGB (Red+Green+Blue) = 183+15+81=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F51 is #48F0AE. Grayscale: #484848. Windows color (decimal): -4780207 or 5312439. OLE color: 5312439.

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

Color convert

RGB1831581-
CMYK00.920.560.28
HSL336.43º84.85%38.82%-
HSV(B)336.43º91.8%71.76%-
XYZ21.18118.79-
YUV72.76132.66206.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=65.59%
G=5.38%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183158100.920.560.28336.4384.8538.82
HexB7F5105C381C1505527
Octal267171210134703452012547
Binary101101111111101000101011100111000111001010100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F51; }

 p { color: rgb(183,15,81); }

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

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

 a { background-color: rgb(183,15,81); }

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

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

 span { border-color: rgb(183,15,81); }

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