#B71F67

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

Shades of Jazzberry Jam #B71F67

Tints of Jazzberry Jam #B71F67

Color information

#B71F67 (or 0xB71F67) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1F and 67. RGB value is (183,31,103). Sum of RGB (Red+Green+Blue) = 183+31+103=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71F67 is #48E098. Grayscale: #545454. Windows color (decimal): -4776089 or 6758327. OLE color: 6758327.

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

Color convert

RGB18331103-
CMYK00.830.440.28
HSL331.58º71.03%41.96%-
HSV(B)331.58º83.06%71.76%-
XYZ22.4712.0313.97-
YUV84.66138.36198.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 31 (12.5% from 255) = 9.78%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=57.73%
G=9.78%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833110300.830.440.28331.5871.0341.96
HexB71F670532C1C14c472a
Octal267371470123543451410752
Binary1011011111111110011101010011101100111001010011001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71F67; }

 p { color: rgb(183,31,103); }

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

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

 a { background-color: rgb(183,31,103); }

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

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

 span { border-color: rgb(183,31,103); }

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