Html Css Color HEX #B41756 Jazzberry Jam

📋 copy color: '#B41756'

red 180 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #B41756

Tints of Jazzberry Jam #B41756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 62.28%
G = 7.96%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B41756 (or 0xB41756) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 56. RGB value is (180,23,86). Sum of RGB (Red+Green+Blue) = 180+23+86=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B41756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41756 is #4BE8A9. Grayscale: #4D4D4D. Windows color (decimal): -4974762 or 5642164. OLE color: 5642164.

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

Color convert

RGB 180 23 86 -
CMYK 0 0.87 0.52 0.29
HSL 335.92º 0.77% 0.4% -
HSV(B) 335.92º 0.87% 0.71% -
XYZ 20.81 10.99 9.83 -
YUV 77.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 180 23 86 0 0.87 0.52 0.29 335.92 0.77 0.4
Hex B4 17 56 0 57 34 1D 150 4D 28
Octal 264 27 126 0 127 64 35 520 115 50
Binary 10110100 10111 1010110 0 1010111 110100 11101 101010000 1001101 101000

Color Harmonies of #B41756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41756

Black with #B41756

Text Example


Text Example

White with #B41756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41756; }

 p { color: rgb(180,23,86); }

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

background-color css

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

 a { background-color: rgb(180,23,86); }

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

border-color css

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

 span { border-color: rgb(180,23,86); }

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