#B70153

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

Shades of Jazzberry Jam #B70153

Tints of Jazzberry Jam #B70153

Color information

#B70153 (or 0xB70153) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 01 and 53. RGB value is (183,1,83). Sum of RGB (Red+Green+Blue) = 183+1+83=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B70153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70153 is #48FEAC. Grayscale: #404040. Windows color (decimal): -4783789 or 5439927. OLE color: 5439927.

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

Color convert

RGB183183-
CMYK00.990.550.28
HSL332.97º98.91%36.08%-
HSV(B)332.97º99.45%71.76%-
XYZ21.110.719.14-
YUV64.77138.3212.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=68.54%
G=0.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318300.990.550.28332.9798.9136.08
HexB7153063371C14d6324
Octal26711230143673451514344
Binary101101111101001101100011110111111001010011011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70153; }

 p { color: rgb(183,1,83); }

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

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

 a { background-color: rgb(183,1,83); }

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

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

 span { border-color: rgb(183,1,83); }

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