Html Css Color HEX #B71561 Jazzberry Jam

📋 copy color: '#B71561'

red 183 ◦ green 21 ◦ blue 97

#B71561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B71561

Tints of Jazzberry Jam #B71561

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 60.8%
G = 6.98%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B71561 (or 0xB71561) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 61. RGB value is (183,21,97). Sum of RGB (Red+Green+Blue) = 183+21+97=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71561 is #48EA9E. Grayscale: #4D4D4D. Windows color (decimal): -4778655 or 6362551. OLE color: 6362551.

HSL color Cylindrical-coordinate representation of color #B71561: hue angle of 331.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71561 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 97 -
CMYK 0 0.89 0.47 0.28
HSL 331.85º 0.79% 0.4% -
HSV(B) 331.85º 0.89% 0.72% -
XYZ 21.95 11.47 12.37 -
YUV 78.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 183 21 97 0 0.89 0.47 0.28 331.85 0.79 0.4
Hex B7 15 61 0 59 2F 1C 14C 4F 28
Octal 267 25 141 0 131 57 34 514 117 50
Binary 10110111 10101 1100001 0 1011001 101111 11100 101001100 1001111 101000

Color Harmonies of #B71561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71561

Black with #B71561

Text Example


Text Example

White with #B71561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71561; }

 p { color: rgb(183,21,97); }

 H1.HeaderClassName
 {
   color: #B71561;
 }
 .AnyTagClassName
 {
   color: #B71561;
 }
</style>

background-color css

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

 a { background-color: rgb(183,21,97); }

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

border-color css

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

 span { border-color: rgb(183,21,97); }

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