Html Css Color HEX #B10749 Jazzberry Jam

📋 copy color: '#B10749'

red 177 ◦ green 7 ◦ blue 73

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

Shades of Jazzberry Jam #B10749

Tints of Jazzberry Jam #B10749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 68.87%
G = 2.72%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B10749 (or 0xB10749) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 49. RGB value is (177,7,73). Sum of RGB (Red+Green+Blue) = 177+7+73=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B10749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10749 is #4EF8B6. Grayscale: #414141. Windows color (decimal): -5175479 or 4786097. OLE color: 4786097.

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

Color convert

RGB 177 7 73 -
CMYK 0 0.96 0.59 0.31
HSL 336.71º 0.92% 0.36% -
HSV(B) 336.71º 0.96% 0.69% -
XYZ 19.41 9.98 7.21 -
YUV 65.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 177 7 73 0 0.96 0.59 0.31 336.71 0.92 0.36
Hex B1 7 49 0 60 3B 1F 151 5C 24
Octal 261 7 111 0 140 73 37 521 134 44
Binary 10110001 111 1001001 0 1100000 111011 11111 101010001 1011100 100100

Color Harmonies of #B10749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10749

Black with #B10749

Text Example


Text Example

White with #B10749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10749; }

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

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

background-color css

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

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

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

border-color css

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

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

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