Html Css Color HEX #B50546 Jazzberry Jam

📋 copy color: '#B50546'

red 181 ◦ green 5 ◦ blue 70

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

Shades of Jazzberry Jam #B50546

Tints of Jazzberry Jam #B50546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 70.7%
G = 1.95%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B50546 (or 0xB50546) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 46. RGB value is (181,5,70). Sum of RGB (Red+Green+Blue) = 181+5+70=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B50546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50546 is #4AFAB9. Grayscale: #404040. Windows color (decimal): -4913850 or 4588981. OLE color: 4588981.

HSL color Cylindrical-coordinate representation of color #B50546: hue angle of 337.84º 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 #B50546 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 70 -
CMYK 0 0.97 0.61 0.29
HSL 337.84º 0.95% 0.36% -
HSV(B) 337.84º 0.97% 0.71% -
XYZ 20.22 10.37 6.73 -
YUV 65.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 181 5 70 0 0.97 0.61 0.29 337.84 0.95 0.36
Hex B5 5 46 0 61 3D 1D 152 5F 24
Octal 265 5 106 0 141 75 35 522 137 44
Binary 10110101 101 1000110 0 1100001 111101 11101 101010010 1011111 100100

Color Harmonies of #B50546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50546

Black with #B50546

Text Example


Text Example

White with #B50546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50546; }

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

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

background-color css

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

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

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

border-color css

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

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

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