Html Css Color HEX #B50554 Jazzberry Jam

📋 copy color: '#B50554'

red 181 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #B50554

Tints of Jazzberry Jam #B50554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 67.04%
G = 1.85%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50554 (or 0xB50554) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 54. RGB value is (181,5,84). Sum of RGB (Red+Green+Blue) = 181+5+84=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50554 is #4AFAAB. Grayscale: #424242. Windows color (decimal): -4913836 or 5506485. OLE color: 5506485.

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

Color convert

RGB 181 5 84 -
CMYK 0 0.97 0.54 0.29
HSL 333.07º 0.95% 0.36% -
HSV(B) 333.07º 0.97% 0.71% -
XYZ 20.71 10.57 9.34 -
YUV 66.63 137.81 209.58 -
System Red Green Blue C M Y K H S L
Decimal 181 5 84 0 0.97 0.54 0.29 333.07 0.95 0.36
Hex B5 5 54 0 61 36 1D 14D 5F 24
Octal 265 5 124 0 141 66 35 515 137 44
Binary 10110101 101 1010100 0 1100001 110110 11101 101001101 1011111 100100

Color Harmonies of #B50554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50554

Black with #B50554

Text Example


Text Example

White with #B50554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50554; }

 p { color: rgb(181,5,84); }

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

background-color css

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

 a { background-color: rgb(181,5,84); }

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

border-color css

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

 span { border-color: rgb(181,5,84); }

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