Html Css Color HEX #B11049 Jazzberry Jam

📋 copy color: '#B11049'

red 177 ◦ green 16 ◦ blue 73

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

Shades of Jazzberry Jam #B11049

Tints of Jazzberry Jam #B11049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 66.54%
G = 6.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11049 (or 0xB11049) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 49. RGB value is (177,16,73). Sum of RGB (Red+Green+Blue) = 177+16+73=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11049 is #4EEFB6. Grayscale: #464646. Windows color (decimal): -5173175 or 4788401. OLE color: 4788401.

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

Color convert

RGB 177 16 73 -
CMYK 0 0.91 0.59 0.31
HSL 338.76º 0.83% 0.38% -
HSV(B) 338.76º 0.91% 0.69% -
XYZ 19.52 10.2 7.24 -
YUV 70.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 177 16 73 0 0.91 0.59 0.31 338.76 0.83 0.38
Hex B1 10 49 0 5B 3B 1F 153 53 26
Octal 261 20 111 0 133 73 37 523 123 46
Binary 10110001 10000 1001001 0 1011011 111011 11111 101010011 1010011 100110

Color Harmonies of #B11049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11049

Black with #B11049

Text Example


Text Example

White with #B11049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11049; }

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

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

background-color css

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

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

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

border-color css

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

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

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