Html Css Color HEX #B11249 Jazzberry Jam

📋 copy color: '#B11249'

red 177 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #B11249

Tints of Jazzberry Jam #B11249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 66.04%
G = 6.72%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11249 (or 0xB11249) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 49. RGB value is (177,18,73). Sum of RGB (Red+Green+Blue) = 177+18+73=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B11249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11249 is #4EEDB6. Grayscale: #474747. Windows color (decimal): -5172663 or 4788913. OLE color: 4788913.

HSL color Cylindrical-coordinate representation of color #B11249: hue angle of 339.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11249 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 73 -
CMYK 0 0.90 0.59 0.31
HSL 339.25º 0.82% 0.38% -
HSV(B) 339.25º 0.9% 0.69% -
XYZ 19.55 10.26 7.25 -
YUV 71.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 177 18 73 0 0.90 0.59 0.31 339.25 0.82 0.38
Hex B1 12 49 0 5A 3B 1F 153 52 26
Octal 261 22 111 0 132 73 37 523 122 46
Binary 10110001 10010 1001001 0 1011010 111011 11111 101010011 1010010 100110

Color Harmonies of #B11249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11249

Black with #B11249

Text Example


Text Example

White with #B11249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11249; }

 p { color: rgb(177,18,73); }

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

background-color css

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

 a { background-color: rgb(177,18,73); }

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

border-color css

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

 span { border-color: rgb(177,18,73); }

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