Html Css Color HEX #B11550 Jazzberry Jam

📋 copy color: '#B11550'

red 177 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #B11550

Tints of Jazzberry Jam #B11550

RGB

 RED value IS 177 (69.53% from 255) = 63.67%

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

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 63.67%
G = 7.55%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B11550 (or 0xB11550) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 50. RGB value is (177,21,80). Sum of RGB (Red+Green+Blue) = 177+21+80=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B11550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11550 is #4EEAAF. Grayscale: #4A4A4A. Windows color (decimal): -5171888 or 5248433. OLE color: 5248433.

HSL color Cylindrical-coordinate representation of color #B11550: hue angle of 337.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11550 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 80 -
CMYK 0 0.88 0.55 0.31
HSL 337.31º 0.79% 0.39% -
HSV(B) 337.31º 0.88% 0.69% -
XYZ 19.85 10.46 8.56 -
YUV 74.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 177 21 80 0 0.88 0.55 0.31 337.31 0.79 0.39
Hex B1 15 50 0 58 37 1F 151 4F 27
Octal 261 25 120 0 130 67 37 521 117 47
Binary 10110001 10101 1010000 0 1011000 110111 11111 101010001 1001111 100111

Color Harmonies of #B11550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11550

Black with #B11550

Text Example


Text Example

White with #B11550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11550; }

 p { color: rgb(177,21,80); }

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

background-color css

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

 a { background-color: rgb(177,21,80); }

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

border-color css

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

 span { border-color: rgb(177,21,80); }

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