#B71463

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

Shades of Jazzberry Jam #B71463

Tints of Jazzberry Jam #B71463

Color information

#B71463 (or 0xB71463) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 14 and 63. RGB value is (183,20,99). Sum of RGB (Red+Green+Blue) = 183+20+99=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B71463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71463 is #48EB9C. Grayscale: #4D4D4D. Windows color (decimal): -4778909 or 6493367. OLE color: 6493367.

HSL color Cylindrical-coordinate representation of color #B71463: hue angle of 330.92º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71463 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1832099-
CMYK00.890.460.28
HSL330.92º80.3%39.8%-
HSV(B)330.92º89.07%71.76%-
XYZ22.0311.4712.86-
YUV77.74140203.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 20 (8.20% from 255) = 6.62%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=60.60%
G=6.62%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183209900.890.460.28330.9280.339.8
HexB714630592E1C14b5028
Octal267241430131563451312050
Binary1011011110100110001101011001101110111001010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71463; }

 p { color: rgb(183,20,99); }

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

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

 a { background-color: rgb(183,20,99); }

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

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

 span { border-color: rgb(183,20,99); }

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