Html Css Color HEX #B21151 Jazzberry Jam

📋 copy color: '#B21151'

red 178 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #B21151

Tints of Jazzberry Jam #B21151

RGB

 RED value IS 178 (69.92% from 255) = 64.49%

 GREEN value IS 17 (7.03% from 255) = 6.16%

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

R = 64.49%
G = 6.16%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B21151 (or 0xB21151) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 51. RGB value is (178,17,81). Sum of RGB (Red+Green+Blue) = 178+17+81=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B21151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21151 is #4DEEAE. Grayscale: #484848. Windows color (decimal): -5107375 or 5312946. OLE color: 5312946.

HSL color Cylindrical-coordinate representation of color #B21151: hue angle of 336.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21151 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 81 -
CMYK 0 0.90 0.54 0.30
HSL 336.15º 0.83% 0.38% -
HSV(B) 336.15º 0.9% 0.7% -
XYZ 20.05 10.46 8.75 -
YUV 72.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 178 17 81 0 0.90 0.54 0.30 336.15 0.83 0.38
Hex B2 11 51 0 5A 36 1E 150 53 26
Octal 262 21 121 0 132 66 36 520 123 46
Binary 10110010 10001 1010001 0 1011010 110110 11110 101010000 1010011 100110

Color Harmonies of #B21151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21151

Black with #B21151

Text Example


Text Example

White with #B21151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21151; }

 p { color: rgb(178,17,81); }

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

background-color css

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

 a { background-color: rgb(178,17,81); }

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

border-color css

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

 span { border-color: rgb(178,17,81); }

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