Html Css Color HEX #B50D4C Jazzberry Jam

📋 copy color: '#B50D4C'

red 181 ◦ green 13 ◦ blue 76

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

Shades of Jazzberry Jam #B50D4C

Tints of Jazzberry Jam #B50D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 67.04%
G = 4.81%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B50D4C (or 0xB50D4C) is known color: Jazzberry Jam. HEX triplet: B5, 0D and 4C. RGB value is (181,13,76). Sum of RGB (Red+Green+Blue) = 181+13+76=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D4C is #4AF2B3. Grayscale: #464646. Windows color (decimal): -4911796 or 4984245. OLE color: 4984245.

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

Color convert

RGB 181 13 76 -
CMYK 0 0.93 0.58 0.29
HSL 337.5º 0.87% 0.38% -
HSV(B) 337.5º 0.93% 0.71% -
XYZ 20.5 10.63 7.81 -
YUV 70.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 181 13 76 0 0.93 0.58 0.29 337.5 0.87 0.38
Hex B5 D 4C 0 5D 3A 1D 152 57 26
Octal 265 15 114 0 135 72 35 522 127 46
Binary 10110101 1101 1001100 0 1011101 111010 11101 101010010 1010111 100110

Color Harmonies of #B50D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50D4C

Black with #B50D4C

Text Example


Text Example

White with #B50D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50D4C; }

 p { color: rgb(181,13,76); }

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

background-color css

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

 a { background-color: rgb(181,13,76); }

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

border-color css

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

 span { border-color: rgb(181,13,76); }

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