Html Css Color HEX #B21A5D Jazzberry Jam

📋 copy color: '#B21A5D'

red 178 ◦ green 26 ◦ blue 93

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

Shades of Jazzberry Jam #B21A5D

Tints of Jazzberry Jam #B21A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 59.93%
G = 8.75%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B21A5D (or 0xB21A5D) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 5D. RGB value is (178,26,93). Sum of RGB (Red+Green+Blue) = 178+26+93=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A5D is #4DE5A2. Grayscale: #4E4E4E. Windows color (decimal): -5105059 or 6101682. OLE color: 6101682.

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

Color convert

RGB 178 26 93 -
CMYK 0 0.85 0.48 0.30
HSL 333.55º 0.75% 0.4% -
HSV(B) 333.55º 0.85% 0.7% -
XYZ 20.71 10.99 11.39 -
YUV 79.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 178 26 93 0 0.85 0.48 0.30 333.55 0.75 0.4
Hex B2 1A 5D 0 55 30 1E 14E 4B 28
Octal 262 32 135 0 125 60 36 516 113 50
Binary 10110010 11010 1011101 0 1010101 110000 11110 101001110 1001011 101000

Color Harmonies of #B21A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A5D

Black with #B21A5D

Text Example


Text Example

White with #B21A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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