Html Css Color HEX #B20D49 Jazzberry Jam

📋 copy color: '#B20D49'

red 178 ◦ green 13 ◦ blue 73

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

Shades of Jazzberry Jam #B20D49

Tints of Jazzberry Jam #B20D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 67.42%
G = 4.92%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B20D49 (or 0xB20D49) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 49. RGB value is (178,13,73). Sum of RGB (Red+Green+Blue) = 178+13+73=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D49 is #4DF2B6. Grayscale: #454545. Windows color (decimal): -5108407 or 4787634. OLE color: 4787634.

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

Color convert

RGB 178 13 73 -
CMYK 0 0.93 0.59 0.30
HSL 338.18º 0.86% 0.37% -
HSV(B) 338.18º 0.93% 0.7% -
XYZ 19.71 10.23 7.24 -
YUV 69.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 178 13 73 0 0.93 0.59 0.30 338.18 0.86 0.37
Hex B2 D 49 0 5D 3B 1E 152 56 25
Octal 262 15 111 0 135 73 36 522 126 45
Binary 10110010 1101 1001001 0 1011101 111011 11110 101010010 1010110 100101

Color Harmonies of #B20D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D49

Black with #B20D49

Text Example


Text Example

White with #B20D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D49; }

 p { color: rgb(178,13,73); }

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

background-color css

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

 a { background-color: rgb(178,13,73); }

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

border-color css

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

 span { border-color: rgb(178,13,73); }

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