Html Css Color HEX #B11D72 Jazzberry Jam

📋 copy color: '#B11D72'

red 177 ◦ green 29 ◦ blue 114

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

Shades of Jazzberry Jam #B11D72

Tints of Jazzberry Jam #B11D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 55.31%
G = 9.06%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B11D72 (or 0xB11D72) is known color: Jazzberry Jam. HEX triplet: B1, 1D and 72. RGB value is (177,29,114). Sum of RGB (Red+Green+Blue) = 177+29+114=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D72 is #4EE28D. Grayscale: #525252. Windows color (decimal): -5169806 or 7478705. OLE color: 7478705.

HSL color Cylindrical-coordinate representation of color #B11D72: hue angle of 325.54º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D72 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 114 -
CMYK 0 0.84 0.36 0.31
HSL 325.54º 0.72% 0.4% -
HSV(B) 325.54º 0.84% 0.69% -
XYZ 21.61 11.44 16.99 -
YUV 82.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 177 29 114 0 0.84 0.36 0.31 325.54 0.72 0.4
Hex B1 1D 72 0 54 24 1F 146 48 28
Octal 261 35 162 0 124 44 37 506 110 50
Binary 10110001 11101 1110010 0 1010100 100100 11111 101000110 1001000 101000

Color Harmonies of #B11D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D72

Black with #B11D72

Text Example


Text Example

White with #B11D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D72; }

 p { color: rgb(177,29,114); }

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

background-color css

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

 a { background-color: rgb(177,29,114); }

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

border-color css

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

 span { border-color: rgb(177,29,114); }

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