Html Css Color HEX #B21D5D Jazzberry Jam

📋 copy color: '#B21D5D'

red 178 ◦ green 29 ◦ blue 93

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

Shades of Jazzberry Jam #B21D5D

Tints of Jazzberry Jam #B21D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 59.33%
G = 9.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B21D5D (or 0xB21D5D) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 5D. RGB value is (178,29,93). Sum of RGB (Red+Green+Blue) = 178+29+93=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D5D is #4DE2A2. Grayscale: #505050. Windows color (decimal): -5104291 or 6102450. OLE color: 6102450.

HSL color Cylindrical-coordinate representation of color #B21D5D: hue angle of 334.23º 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 #B21D5D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 93 -
CMYK 0 0.84 0.48 0.30
HSL 334.23º 0.72% 0.41% -
HSV(B) 334.23º 0.84% 0.7% -
XYZ 20.78 11.13 11.41 -
YUV 80.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 178 29 93 0 0.84 0.48 0.30 334.23 0.72 0.41
Hex B2 1D 5D 0 54 30 1E 14E 48 29
Octal 262 35 135 0 124 60 36 516 110 51
Binary 10110010 11101 1011101 0 1010100 110000 11110 101001110 1001000 101001

Color Harmonies of #B21D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D5D

Black with #B21D5D

Text Example


Text Example

White with #B21D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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