#B71464

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

Shades of Jazzberry Jam #B71464

Tints of Jazzberry Jam #B71464

Color information

#B71464 (or 0xB71464) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 14 and 64. RGB value is (183,20,100). Sum of RGB (Red+Green+Blue) = 183+20+100=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71464 is #48EB9B. Grayscale: #4D4D4D. Windows color (decimal): -4778908 or 6558903. OLE color: 6558903.

HSL color Cylindrical-coordinate representation of color #B71464: hue angle of 330.55º 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 #B71464 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18320100-
CMYK00.890.450.28
HSL330.55º80.3%39.8%-
HSV(B)330.55º89.07%71.76%-
XYZ22.0811.4913.11-
YUV77.86140.5203-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=60.40%
G=6.60%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832010000.890.450.28330.5580.339.8
HexB714640592D1C14b5028
Octal267241440131553451312050
Binary1011011110100110010001011001101101111001010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71464; }

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

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

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

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

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

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

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

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