Html Css Color HEX #B1134D Jazzberry Jam

📋 copy color: '#B1134D'

red 177 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #B1134D

Tints of Jazzberry Jam #B1134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 64.84%
G = 6.96%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1134D (or 0xB1134D) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 4D. RGB value is (177,19,77). Sum of RGB (Red+Green+Blue) = 177+19+77=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1134D is #4EECB2. Grayscale: #484848. Windows color (decimal): -5172403 or 5051313. OLE color: 5051313.

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

Color convert

RGB 177 19 77 -
CMYK 0 0.89 0.56 0.31
HSL 337.97º 0.81% 0.38% -
HSV(B) 337.97º 0.89% 0.69% -
XYZ 19.7 10.35 7.98 -
YUV 72.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 177 19 77 0 0.89 0.56 0.31 337.97 0.81 0.38
Hex B1 13 4D 0 59 38 1F 152 51 26
Octal 261 23 115 0 131 70 37 522 121 46
Binary 10110001 10011 1001101 0 1011001 111000 11111 101010010 1010001 100110

Color Harmonies of #B1134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1134D

Black with #B1134D

Text Example


Text Example

White with #B1134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1134D; }

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

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

background-color css

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

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

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

border-color css

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

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

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