#B71461

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

Shades of Jazzberry Jam #B71461

Tints of Jazzberry Jam #B71461

Color information

#B71461 (or 0xB71461) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 14 and 61. RGB value is (183,20,97). Sum of RGB (Red+Green+Blue) = 183+20+97=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B71461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71461 is #48EB9E. Grayscale: #4D4D4D. Windows color (decimal): -4778911 or 6362295. OLE color: 6362295.

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

Color convert

RGB1832097-
CMYK00.890.470.28
HSL331.66º80.3%39.8%-
HSV(B)331.66º89.07%71.76%-
XYZ21.9411.4312.36-
YUV77.51139203.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=61%
G=6.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183209700.890.470.28331.6680.339.8
HexB714610592F1C14c5028
Octal267241410131573451412050
Binary1011011110100110000101011001101111111001010011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71461; }

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

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

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

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

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

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

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

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