Html Css Color HEX #B71555 Jazzberry Jam

📋 copy color: '#B71555'

red 183 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #B71555

Tints of Jazzberry Jam #B71555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 63.32%
G = 7.27%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B71555 (or 0xB71555) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 55. RGB value is (183,21,85). Sum of RGB (Red+Green+Blue) = 183+21+85=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71555 is #48EAAA. Grayscale: #4C4C4C. Windows color (decimal): -4778667 or 5576119. OLE color: 5576119.

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

Color convert

RGB 183 21 85 -
CMYK 0 0.89 0.54 0.28
HSL 336.3º 0.79% 0.4% -
HSV(B) 336.3º 0.89% 0.72% -
XYZ 21.44 11.26 9.64 -
YUV 76.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 183 21 85 0 0.89 0.54 0.28 336.3 0.79 0.4
Hex B7 15 55 0 59 36 1C 150 4F 28
Octal 267 25 125 0 131 66 34 520 117 50
Binary 10110111 10101 1010101 0 1011001 110110 11100 101010000 1001111 101000

Color Harmonies of #B71555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71555

Black with #B71555

Text Example


Text Example

White with #B71555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71555; }

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

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

background-color css

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

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

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

border-color css

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

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

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