#B70848

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

Shades of Jazzberry Jam #B70848

Tints of Jazzberry Jam #B70848

Color information

#B70848 (or 0xB70848) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 08 and 48. RGB value is (183,8,72). Sum of RGB (Red+Green+Blue) = 183+8+72=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B70848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70848 is #48F7B7. Grayscale: #434343. Windows color (decimal): -4782008 or 4720823. OLE color: 4720823.

HSL color Cylindrical-coordinate representation of color #B70848: hue angle of 338.06º degrees, saturation: 0.92, 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 #B70848 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB183872-
CMYK00.960.610.28
HSL338.06º91.62%37.45%-
HSV(B)338.06º95.63%71.76%-
XYZ20.7810.717.1-
YUV67.62130.48210.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 8 (3.52% from 255) = 3.04%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=69.58%
G=3.04%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18387200.960.610.28338.0691.6237.45
HexB78480603D1C1525c25
Octal267101100140753452213445
Binary101101111000100100001100000111101111001010100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70848; }

 p { color: rgb(183,8,72); }

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

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

 a { background-color: rgb(183,8,72); }

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

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

 span { border-color: rgb(183,8,72); }

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