Html Css Color HEX #B41955 Jazzberry Jam

📋 copy color: '#B41955'

red 180 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #B41955

Tints of Jazzberry Jam #B41955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 62.07%
G = 8.62%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B41955 (or 0xB41955) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 55. RGB value is (180,25,85). Sum of RGB (Red+Green+Blue) = 180+25+85=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B41955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41955 is #4BE6AA. Grayscale: #4E4E4E. Windows color (decimal): -4974251 or 5577140. OLE color: 5577140.

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

Color convert

RGB 180 25 85 -
CMYK 0 0.86 0.53 0.29
HSL 336.77º 0.76% 0.4% -
HSV(B) 336.77º 0.86% 0.71% -
XYZ 20.81 11.05 9.63 -
YUV 78.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 180 25 85 0 0.86 0.53 0.29 336.77 0.76 0.4
Hex B4 19 55 0 56 35 1D 151 4C 28
Octal 264 31 125 0 126 65 35 521 114 50
Binary 10110100 11001 1010101 0 1010110 110101 11101 101010001 1001100 101000

Color Harmonies of #B41955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41955

Black with #B41955

Text Example


Text Example

White with #B41955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41955; }

 p { color: rgb(180,25,85); }

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

background-color css

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

 a { background-color: rgb(180,25,85); }

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

border-color css

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

 span { border-color: rgb(180,25,85); }

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