Html Css Color HEX #B21953 Jazzberry Jam

📋 copy color: '#B21953'

red 178 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #B21953

Tints of Jazzberry Jam #B21953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 62.24%
G = 8.74%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B21953 (or 0xB21953) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 53. RGB value is (178,25,83). Sum of RGB (Red+Green+Blue) = 178+25+83=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B21953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21953 is #4DE6AC. Grayscale: #4D4D4D. Windows color (decimal): -5105325 or 5446066. OLE color: 5446066.

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

Color convert

RGB 178 25 83 -
CMYK 0 0.86 0.53 0.30
HSL 337.25º 0.75% 0.4% -
HSV(B) 337.25º 0.86% 0.7% -
XYZ 20.27 10.78 9.2 -
YUV 77.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 178 25 83 0 0.86 0.53 0.30 337.25 0.75 0.4
Hex B2 19 53 0 56 35 1E 151 4B 28
Octal 262 31 123 0 126 65 36 521 113 50
Binary 10110010 11001 1010011 0 1010110 110101 11110 101010001 1001011 101000

Color Harmonies of #B21953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21953

Black with #B21953

Text Example


Text Example

White with #B21953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21953; }

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

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

background-color css

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

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

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

border-color css

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

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

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