Html Css Color HEX #B11552 Jazzberry Jam

📋 copy color: '#B11552'

red 177 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #B11552

Tints of Jazzberry Jam #B11552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.29%

R = 63.21%
G = 7.5%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B11552 (or 0xB11552) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 52. RGB value is (177,21,82). Sum of RGB (Red+Green+Blue) = 177+21+82=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B11552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11552 is #4EEAAD. Grayscale: #4A4A4A. Windows color (decimal): -5171886 or 5379505. OLE color: 5379505.

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

Color convert

RGB 177 21 82 -
CMYK 0 0.88 0.54 0.31
HSL 336.54º 0.79% 0.39% -
HSV(B) 336.54º 0.88% 0.69% -
XYZ 19.92 10.49 8.96 -
YUV 74.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 177 21 82 0 0.88 0.54 0.31 336.54 0.79 0.39
Hex B1 15 52 0 58 36 1F 151 4F 27
Octal 261 25 122 0 130 66 37 521 117 47
Binary 10110001 10101 1010010 0 1011000 110110 11111 101010001 1001111 100111

Color Harmonies of #B11552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11552

Black with #B11552

Text Example


Text Example

White with #B11552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11552; }

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

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

background-color css

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

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

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

border-color css

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

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

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