#B71365

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

Shades of Jazzberry Jam #B71365

Tints of Jazzberry Jam #B71365

Color information

#B71365 (or 0xB71365) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 13 and 65. RGB value is (183,19,101). Sum of RGB (Red+Green+Blue) = 183+19+101=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71365 is #48EC9A. Grayscale: #4D4D4D. Windows color (decimal): -4779163 or 6624183. OLE color: 6624183.

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

Color convert

RGB18319101-
CMYK00.900.450.28
HSL330º81.19%39.61%-
HSV(B)330º89.62%71.76%-
XYZ22.1111.4713.36-
YUV77.38141.33203.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=60.40%
G=6.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831910100.900.450.2833081.1939.61
HexB7136505A2D1C14a5128
Octal267231450132553451212150
Binary1011011110011110010101011010101101111001010010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71365; }

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

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

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

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

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

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

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

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