Html Css Color HEX #B10C51 Jazzberry Jam

📋 copy color: '#B10C51'

red 177 ◦ green 12 ◦ blue 81

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

Shades of Jazzberry Jam #B10C51

Tints of Jazzberry Jam #B10C51

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 65.56%
G = 4.44%
B = 30%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B10C51 (or 0xB10C51) is known color: Jazzberry Jam. HEX triplet: B1, 0C and 51. RGB value is (177,12,81). Sum of RGB (Red+Green+Blue) = 177+12+81=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C51 is #4EF3AE. Grayscale: #454545. Windows color (decimal): -5174191 or 5311665. OLE color: 5311665.

HSL color Cylindrical-coordinate representation of color #B10C51: hue angle of 334.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C51 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 12 81 -
CMYK 0 0.93 0.54 0.31
HSL 334.91º 0.87% 0.37% -
HSV(B) 334.91º 0.93% 0.69% -
XYZ 19.75 10.2 8.71 -
YUV 69.2 134.66 204.89 -
System Red Green Blue C M Y K H S L
Decimal 177 12 81 0 0.93 0.54 0.31 334.91 0.87 0.37
Hex B1 C 51 0 5D 36 1F 14F 57 25
Octal 261 14 121 0 135 66 37 517 127 45
Binary 10110001 1100 1010001 0 1011101 110110 11111 101001111 1010111 100101

Color Harmonies of #B10C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C51

Black with #B10C51

Text Example


Text Example

White with #B10C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C51; }

 p { color: rgb(177,12,81); }

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

background-color css

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

 a { background-color: rgb(177,12,81); }

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

border-color css

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

 span { border-color: rgb(177,12,81); }

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