Html Css Color HEX #B41155 Jazzberry Jam

📋 copy color: '#B41155'

red 180 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #B41155

Tints of Jazzberry Jam #B41155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 63.83%
G = 6.03%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B41155 (or 0xB41155) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 55. RGB value is (180,17,85). Sum of RGB (Red+Green+Blue) = 180+17+85=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B41155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41155 is #4BEEAA. Grayscale: #494949. Windows color (decimal): -4976299 or 5575092. OLE color: 5575092.

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

Color convert

RGB 180 17 85 -
CMYK 0 0.91 0.53 0.29
HSL 334.97º 0.83% 0.39% -
HSV(B) 334.97º 0.91% 0.71% -
XYZ 20.66 10.76 9.58 -
YUV 73.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 180 17 85 0 0.91 0.53 0.29 334.97 0.83 0.39
Hex B4 11 55 0 5B 35 1D 14F 53 27
Octal 264 21 125 0 133 65 35 517 123 47
Binary 10110100 10001 1010101 0 1011011 110101 11101 101001111 1010011 100111

Color Harmonies of #B41155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41155

Black with #B41155

Text Example


Text Example

White with #B41155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41155; }

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

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

background-color css

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

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

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

border-color css

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

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

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