Html Css Color HEX #B10141 Jazzberry Jam

📋 copy color: '#B10141'

red 177 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #B10141

Tints of Jazzberry Jam #B10141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 72.84%
G = 0.41%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10141 (or 0xB10141) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 41. RGB value is (177,1,65). Sum of RGB (Red+Green+Blue) = 177+1+65=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10141 is #4EFEBE. Grayscale: #3C3C3C. Windows color (decimal): -5177023 or 4260273. OLE color: 4260273.

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

Color convert

RGB 177 1 65 -
CMYK 0 0.99 0.63 0.31
HSL 338.18º 0.99% 0.35% -
HSV(B) 338.18º 0.99% 0.69% -
XYZ 19.1 9.75 5.88 -
YUV 60.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 177 1 65 0 0.99 0.63 0.31 338.18 0.99 0.35
Hex B1 1 41 0 63 3F 1F 152 63 23
Octal 261 1 101 0 143 77 37 522 143 43
Binary 10110001 1 1000001 0 1100011 111111 11111 101010010 1100011 100011

Color Harmonies of #B10141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10141

Black with #B10141

Text Example


Text Example

White with #B10141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10141; }

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

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

background-color css

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

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

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

border-color css

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

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

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