Html Css Color HEX #B50B4D Jazzberry Jam

📋 copy color: '#B50B4D'

red 181 ◦ green 11 ◦ blue 77

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

Shades of Jazzberry Jam #B50B4D

Tints of Jazzberry Jam #B50B4D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 67.29%
G = 4.09%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B50B4D (or 0xB50B4D) is known color: Jazzberry Jam. HEX triplet: B5, 0B and 4D. RGB value is (181,11,77). Sum of RGB (Red+Green+Blue) = 181+11+77=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B4D is #4AF4B2. Grayscale: #454545. Windows color (decimal): -4912307 or 5049269. OLE color: 5049269.

HSL color Cylindrical-coordinate representation of color #B50B4D: hue angle of 336.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B4D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 77 -
CMYK 0 0.94 0.57 0.29
HSL 336.71º 0.89% 0.38% -
HSV(B) 336.71º 0.94% 0.71% -
XYZ 20.52 10.6 7.99 -
YUV 69.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 181 11 77 0 0.94 0.57 0.29 336.71 0.89 0.38
Hex B5 B 4D 0 5E 39 1D 151 59 26
Octal 265 13 115 0 136 71 35 521 131 46
Binary 10110101 1011 1001101 0 1011110 111001 11101 101010001 1011001 100110

Color Harmonies of #B50B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B4D

Black with #B50B4D

Text Example


Text Example

White with #B50B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B4D; }

 p { color: rgb(181,11,77); }

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

background-color css

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

 a { background-color: rgb(181,11,77); }

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

border-color css

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

 span { border-color: rgb(181,11,77); }

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