Html Css Color HEX #B50449 Jazzberry Jam

📋 copy color: '#B50449'

red 181 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #B50449

Tints of Jazzberry Jam #B50449

RGB

 RED value IS 181 (71.09% from 255) = 70.16%

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 70.16%
G = 1.55%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B50449 (or 0xB50449) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 49. RGB value is (181,4,73). Sum of RGB (Red+Green+Blue) = 181+4+73=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B50449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50449 is #4AFBB6. Grayscale: #404040. Windows color (decimal): -4914103 or 4785333. OLE color: 4785333.

HSL color Cylindrical-coordinate representation of color #B50449: hue angle of 336.61º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50449 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 73 -
CMYK 0 0.98 0.60 0.29
HSL 336.61º 0.96% 0.36% -
HSV(B) 336.61º 0.98% 0.71% -
XYZ 20.3 10.39 7.24 -
YUV 64.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 181 4 73 0 0.98 0.60 0.29 336.61 0.96 0.36
Hex B5 4 49 0 62 3C 1D 151 60 24
Octal 265 4 111 0 142 74 35 521 140 44
Binary 10110101 100 1001001 0 1100010 111100 11101 101010001 1100000 100100

Color Harmonies of #B50449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50449

Black with #B50449

Text Example


Text Example

White with #B50449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50449; }

 p { color: rgb(181,4,73); }

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

background-color css

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

 a { background-color: rgb(181,4,73); }

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

border-color css

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

 span { border-color: rgb(181,4,73); }

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