#B71254

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

Shades of Jazzberry Jam #B71254

Tints of Jazzberry Jam #B71254

Color information

#B71254 (or 0xB71254) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 12 and 54. RGB value is (183,18,84). Sum of RGB (Red+Green+Blue) = 183+18+84=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B71254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71254 is #48EDAB. Grayscale: #4A4A4A. Windows color (decimal): -4779436 or 5509815. OLE color: 5509815.

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

Color convert

RGB1831884-
CMYK00.900.540.28
HSL336º82.09%39.41%-
HSV(B)336º90.16%71.76%-
XYZ21.3411.149.41-
YUV74.86133.16205.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=64.21%
G=6.32%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183188400.900.540.2833682.0939.41
HexB7125405A361C1505227
Octal267221240132663452012247
Binary1011011110010101010001011010110110111001010100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71254; }

 p { color: rgb(183,18,84); }

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

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

 a { background-color: rgb(183,18,84); }

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

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

 span { border-color: rgb(183,18,84); }

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