Html Css Color HEX #B41050 Jazzberry Jam

📋 copy color: '#B41050'

red 180 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #B41050

Tints of Jazzberry Jam #B41050

RGB

 RED value IS 180 (70.7% from 255) = 65.22%

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 65.22%
G = 5.8%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B41050 (or 0xB41050) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 50. RGB value is (180,16,80). Sum of RGB (Red+Green+Blue) = 180+16+80=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B41050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41050 is #4BEFAF. Grayscale: #484848. Windows color (decimal): -4976560 or 5247156. OLE color: 5247156.

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

Color convert

RGB 180 16 80 -
CMYK 0 0.91 0.56 0.29
HSL 336.59º 0.84% 0.38% -
HSV(B) 336.59º 0.91% 0.71% -
XYZ 20.46 10.65 8.57 -
YUV 72.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 180 16 80 0 0.91 0.56 0.29 336.59 0.84 0.38
Hex B4 10 50 0 5B 38 1D 151 54 26
Octal 264 20 120 0 133 70 35 521 124 46
Binary 10110100 10000 1010000 0 1011011 111000 11101 101010001 1010100 100110

Color Harmonies of #B41050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41050

Black with #B41050

Text Example


Text Example

White with #B41050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41050; }

 p { color: rgb(180,16,80); }

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

background-color css

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

 a { background-color: rgb(180,16,80); }

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

border-color css

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

 span { border-color: rgb(180,16,80); }

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