Html Css Color HEX #B10441 Jazzberry Jam

📋 copy color: '#B10441'

red 177 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #B10441

Tints of Jazzberry Jam #B10441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 71.95%
G = 1.63%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10441 (or 0xB10441) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 41. RGB value is (177,4,65). Sum of RGB (Red+Green+Blue) = 177+4+65=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10441 is #4EFBBE. Grayscale: #3E3E3E. Windows color (decimal): -5176255 or 4261041. OLE color: 4261041.

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

Color convert

RGB 177 4 65 -
CMYK 0 0.98 0.63 0.31
HSL 338.84º 0.96% 0.35% -
HSV(B) 338.84º 0.98% 0.69% -
XYZ 19.13 9.82 5.89 -
YUV 62.68 129.31 209.54 -
System Red Green Blue C M Y K H S L
Decimal 177 4 65 0 0.98 0.63 0.31 338.84 0.96 0.35
Hex B1 4 41 0 62 3F 1F 153 60 23
Octal 261 4 101 0 142 77 37 523 140 43
Binary 10110001 100 1000001 0 1100010 111111 11111 101010011 1100000 100011

Color Harmonies of #B10441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10441

Black with #B10441

Text Example


Text Example

White with #B10441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10441; }

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

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

background-color css

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

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

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

border-color css

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

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

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