#B71358

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

Shades of Jazzberry Jam #B71358

Tints of Jazzberry Jam #B71358

Color information

#B71358 (or 0xB71358) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 13 and 58. RGB value is (183,19,88). Sum of RGB (Red+Green+Blue) = 183+19+88=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71358 is #48ECA7. Grayscale: #4B4B4B. Windows color (decimal): -4779176 or 5772215. OLE color: 5772215.

HSL color Cylindrical-coordinate representation of color #B71358: hue angle of 334.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71358 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1831988-
CMYK00.900.520.28
HSL334.76º81.19%39.61%-
HSV(B)334.76º89.62%71.76%-
XYZ21.5211.2410.27-
YUV75.9134.83204.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=63.10%
G=6.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183198800.900.520.28334.7681.1939.61
HexB7135805A341C14f5128
Octal267231300132643451712150
Binary1011011110011101100001011010110100111001010011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71358; }

 p { color: rgb(183,19,88); }

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

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

 a { background-color: rgb(183,19,88); }

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

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

 span { border-color: rgb(183,19,88); }

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