#B71E62

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

Shades of Jazzberry Jam #B71E62

Tints of Jazzberry Jam #B71E62

Color information

#B71E62 (or 0xB71E62) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1E and 62. RGB value is (183,30,98). Sum of RGB (Red+Green+Blue) = 183+30+98=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E62 is #48E19D. Grayscale: #535353. Windows color (decimal): -4776350 or 6430391. OLE color: 6430391.

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

Color convert

RGB1833098-
CMYK00.840.460.28
HSL333.33º71.83%41.76%-
HSV(B)333.33º83.61%71.76%-
XYZ22.211.8812.68-
YUV83.5136.19198.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=58.84%
G=9.65%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183309800.840.460.28333.3371.8341.76
HexB71E620542E1C14d482a
Octal267361420124563451511052
Binary1011011111110110001001010100101110111001010011011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E62; }

 p { color: rgb(183,30,98); }

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

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

 a { background-color: rgb(183,30,98); }

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

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

 span { border-color: rgb(183,30,98); }

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