Html Css Color HEX #B41E59 Jazzberry Jam

📋 copy color: '#B41E59'

red 180 ◦ green 30 ◦ blue 89

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

Shades of Jazzberry Jam #B41E59

Tints of Jazzberry Jam #B41E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 60.2%
G = 10.03%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B41E59 (or 0xB41E59) is known color: Jazzberry Jam. HEX triplet: B4, 1E and 59. RGB value is (180,30,89). Sum of RGB (Red+Green+Blue) = 180+30+89=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E59 is #4BE1A6. Grayscale: #515151. Windows color (decimal): -4972967 or 5840564. OLE color: 5840564.

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

Color convert

RGB 180 30 89 -
CMYK 0 0.83 0.51 0.29
HSL 336.4º 0.71% 0.41% -
HSV(B) 336.4º 0.83% 0.71% -
XYZ 21.09 11.35 10.53 -
YUV 81.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 180 30 89 0 0.83 0.51 0.29 336.4 0.71 0.41
Hex B4 1E 59 0 53 33 1D 150 47 29
Octal 264 36 131 0 123 63 35 520 107 51
Binary 10110100 11110 1011001 0 1010011 110011 11101 101010000 1000111 101001

Color Harmonies of #B41E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E59

Black with #B41E59

Text Example


Text Example

White with #B41E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E59; }

 p { color: rgb(180,30,89); }

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

background-color css

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

 a { background-color: rgb(180,30,89); }

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

border-color css

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

 span { border-color: rgb(180,30,89); }

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