Html Css Color HEX #B21951 Jazzberry Jam

📋 copy color: '#B21951'

red 178 ◦ green 25 ◦ blue 81

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

Shades of Jazzberry Jam #B21951

Tints of Jazzberry Jam #B21951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 62.68%
G = 8.8%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B21951 (or 0xB21951) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 51. RGB value is (178,25,81). Sum of RGB (Red+Green+Blue) = 178+25+81=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B21951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21951 is #4DE6AE. Grayscale: #4D4D4D. Windows color (decimal): -5105327 or 5314994. OLE color: 5314994.

HSL color Cylindrical-coordinate representation of color #B21951: hue angle of 338.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21951 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 81 -
CMYK 0 0.86 0.54 0.30
HSL 338.04º 0.75% 0.4% -
HSV(B) 338.04º 0.86% 0.7% -
XYZ 20.19 10.75 8.8 -
YUV 77.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 178 25 81 0 0.86 0.54 0.30 338.04 0.75 0.4
Hex B2 19 51 0 56 36 1E 152 4B 28
Octal 262 31 121 0 126 66 36 522 113 50
Binary 10110010 11001 1010001 0 1010110 110110 11110 101010010 1001011 101000

Color Harmonies of #B21951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21951

Black with #B21951

Text Example


Text Example

White with #B21951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21951; }

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

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

background-color css

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

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

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

border-color css

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

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

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