Html Css Color HEX #B21D61 Jazzberry Jam

📋 copy color: '#B21D61'

red 178 ◦ green 29 ◦ blue 97

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

Shades of Jazzberry Jam #B21D61

Tints of Jazzberry Jam #B21D61

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 58.55%
G = 9.54%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B21D61 (or 0xB21D61) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 61. RGB value is (178,29,97). Sum of RGB (Red+Green+Blue) = 178+29+97=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D61 is #4DE29E. Grayscale: #515151. Windows color (decimal): -5104287 or 6364594. OLE color: 6364594.

HSL color Cylindrical-coordinate representation of color #B21D61: hue angle of 332.62º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D61 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 97 -
CMYK 0 0.84 0.46 0.30
HSL 332.62º 0.72% 0.41% -
HSV(B) 332.62º 0.84% 0.7% -
XYZ 20.96 11.21 12.37 -
YUV 81.3 136.86 196.97 -
System Red Green Blue C M Y K H S L
Decimal 178 29 97 0 0.84 0.46 0.30 332.62 0.72 0.41
Hex B2 1D 61 0 54 2E 1E 14D 48 29
Octal 262 35 141 0 124 56 36 515 110 51
Binary 10110010 11101 1100001 0 1010100 101110 11110 101001101 1001000 101001

Color Harmonies of #B21D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D61

Black with #B21D61

Text Example


Text Example

White with #B21D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D61; }

 p { color: rgb(178,29,97); }

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

background-color css

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

 a { background-color: rgb(178,29,97); }

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

border-color css

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

 span { border-color: rgb(178,29,97); }

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