Html Css Color HEX #B11251 Jazzberry Jam

📋 copy color: '#B11251'

red 177 ◦ green 18 ◦ blue 81

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

Shades of Jazzberry Jam #B11251

Tints of Jazzberry Jam #B11251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 64.13%
G = 6.52%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B11251 (or 0xB11251) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 51. RGB value is (177,18,81). Sum of RGB (Red+Green+Blue) = 177+18+81=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B11251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11251 is #4EEDAE. Grayscale: #484848. Windows color (decimal): -5172655 or 5313201. OLE color: 5313201.

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

Color convert

RGB 177 18 81 -
CMYK 0 0.90 0.54 0.31
HSL 336.23º 0.82% 0.38% -
HSV(B) 336.23º 0.9% 0.69% -
XYZ 19.83 10.37 8.74 -
YUV 72.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 177 18 81 0 0.90 0.54 0.31 336.23 0.82 0.38
Hex B1 12 51 0 5A 36 1F 150 52 26
Octal 261 22 121 0 132 66 37 520 122 46
Binary 10110001 10010 1010001 0 1011010 110110 11111 101010000 1010010 100110

Color Harmonies of #B11251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11251

Black with #B11251

Text Example


Text Example

White with #B11251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11251; }

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

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

background-color css

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

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

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

border-color css

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

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

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