#B70247

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

Shades of Jazzberry Jam #B70247

Tints of Jazzberry Jam #B70247

Color information

#B70247 (or 0xB70247) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 47. RGB value is (183,2,71). Sum of RGB (Red+Green+Blue) = 183+2+71=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B70247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70247 is #48FDB8. Grayscale: #3F3F3F. Windows color (decimal): -4783545 or 4653751. OLE color: 4653751.

HSL color Cylindrical-coordinate representation of color #B70247: hue angle of 337.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70247 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB183271-
CMYK00.990.610.28
HSL337.13º97.84%36.27%-
HSV(B)337.13º98.91%71.76%-
XYZ20.6910.576.91-
YUV63.98131.97212.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.48%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=71.48%
G=0.78%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18327100.990.610.28337.1397.8436.27
HexB72470633D1C1516224
Octal26721070143753452114244
Binary1011011110100011101100011111101111001010100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70247; }

 p { color: rgb(183,2,71); }

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

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

 a { background-color: rgb(183,2,71); }

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

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

 span { border-color: rgb(183,2,71); }

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