Html Css Color HEX #B11355 Jazzberry Jam

📋 copy color: '#B11355'

red 177 ◦ green 19 ◦ blue 85

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

Shades of Jazzberry Jam #B11355

Tints of Jazzberry Jam #B11355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 62.99%
G = 6.76%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B11355 (or 0xB11355) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 55. RGB value is (177,19,85). Sum of RGB (Red+Green+Blue) = 177+19+85=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11355 is #4EECAA. Grayscale: #494949. Windows color (decimal): -5172395 or 5575601. OLE color: 5575601.

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

Color convert

RGB 177 19 85 -
CMYK 0 0.89 0.52 0.31
HSL 334.94º 0.81% 0.38% -
HSV(B) 334.94º 0.89% 0.69% -
XYZ 20 10.47 9.56 -
YUV 73.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 177 19 85 0 0.89 0.52 0.31 334.94 0.81 0.38
Hex B1 13 55 0 59 34 1F 14F 51 26
Octal 261 23 125 0 131 64 37 517 121 46
Binary 10110001 10011 1010101 0 1011001 110100 11111 101001111 1010001 100110

Color Harmonies of #B11355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11355

Black with #B11355

Text Example


Text Example

White with #B11355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11355; }

 p { color: rgb(177,19,85); }

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

background-color css

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

 a { background-color: rgb(177,19,85); }

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

border-color css

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

 span { border-color: rgb(177,19,85); }

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