Html Css Color HEX #B50247 Jazzberry Jam

📋 copy color: '#B50247'

red 181 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #B50247

Tints of Jazzberry Jam #B50247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 71.26%
G = 0.79%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B50247 (or 0xB50247) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 47. RGB value is (181,2,71). Sum of RGB (Red+Green+Blue) = 181+2+71=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B50247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50247 is #4AFDB8. Grayscale: #3F3F3F. Windows color (decimal): -4914617 or 4653749. OLE color: 4653749.

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

Color convert

RGB 181 2 71 -
CMYK 0 0.99 0.61 0.29
HSL 336.87º 0.98% 0.36% -
HSV(B) 336.87º 0.99% 0.71% -
XYZ 20.22 10.32 6.89 -
YUV 63.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 181 2 71 0 0.99 0.61 0.29 336.87 0.98 0.36
Hex B5 2 47 0 63 3D 1D 151 62 24
Octal 265 2 107 0 143 75 35 521 142 44
Binary 10110101 10 1000111 0 1100011 111101 11101 101010001 1100010 100100

Color Harmonies of #B50247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50247

Black with #B50247

Text Example


Text Example

White with #B50247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50247; }

 p { color: rgb(181,2,71); }

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

background-color css

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

 a { background-color: rgb(181,2,71); }

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

border-color css

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

 span { border-color: rgb(181,2,71); }

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