Html Css Color HEX #B10449 Jazzberry Jam

📋 copy color: '#B10449'

red 177 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #B10449

Tints of Jazzberry Jam #B10449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 69.69%
G = 1.57%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B10449 (or 0xB10449) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 49. RGB value is (177,4,73). Sum of RGB (Red+Green+Blue) = 177+4+73=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B10449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10449 is #4EFBB6. Grayscale: #3F3F3F. Windows color (decimal): -5176247 or 4785329. OLE color: 4785329.

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

Color convert

RGB 177 4 73 -
CMYK 0 0.98 0.59 0.31
HSL 336.07º 0.96% 0.35% -
HSV(B) 336.07º 0.98% 0.69% -
XYZ 19.38 9.91 7.2 -
YUV 63.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 177 4 73 0 0.98 0.59 0.31 336.07 0.96 0.35
Hex B1 4 49 0 62 3B 1F 150 60 23
Octal 261 4 111 0 142 73 37 520 140 43
Binary 10110001 100 1001001 0 1100010 111011 11111 101010000 1100000 100011

Color Harmonies of #B10449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10449

Black with #B10449

Text Example


Text Example

White with #B10449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10449; }

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

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

background-color css

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

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

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

border-color css

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

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

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