Html Css Color HEX #B41961 Jazzberry Jam

📋 copy color: '#B41961'

red 180 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #B41961

Tints of Jazzberry Jam #B41961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 59.6%
G = 8.28%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B41961 (or 0xB41961) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 61. RGB value is (180,25,97). Sum of RGB (Red+Green+Blue) = 180+25+97=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41961 is #4BE69E. Grayscale: #4F4F4F. Windows color (decimal): -4974239 or 6363572. OLE color: 6363572.

HSL color Cylindrical-coordinate representation of color #B41961: hue angle of 332.13º 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 #B41961 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 97 -
CMYK 0 0.86 0.46 0.29
HSL 332.13º 0.76% 0.4% -
HSV(B) 332.13º 0.86% 0.71% -
XYZ 21.33 11.26 12.36 -
YUV 79.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 180 25 97 0 0.86 0.46 0.29 332.13 0.76 0.4
Hex B4 19 61 0 56 2E 1D 14C 4C 28
Octal 264 31 141 0 126 56 35 514 114 50
Binary 10110100 11001 1100001 0 1010110 101110 11101 101001100 1001100 101000

Color Harmonies of #B41961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41961

Black with #B41961

Text Example


Text Example

White with #B41961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41961; }

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

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

background-color css

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

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

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

border-color css

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

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

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