Html Css Color HEX #B41964 Jazzberry Jam

📋 copy color: '#B41964'

red 180 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #B41964

Tints of Jazzberry Jam #B41964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 59.02%
G = 8.2%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B41964 (or 0xB41964) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 64. RGB value is (180,25,100). Sum of RGB (Red+Green+Blue) = 180+25+100=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B41964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41964 is #4BE69B. Grayscale: #4F4F4F. Windows color (decimal): -4974236 or 6560180. OLE color: 6560180.

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

Color convert

RGB 180 25 100 -
CMYK 0 0.86 0.44 0.29
HSL 330.97º 0.76% 0.4% -
HSV(B) 330.97º 0.86% 0.71% -
XYZ 21.47 11.32 13.11 -
YUV 79.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 180 25 100 0 0.86 0.44 0.29 330.97 0.76 0.4
Hex B4 19 64 0 56 2C 1D 14B 4C 28
Octal 264 31 144 0 126 54 35 513 114 50
Binary 10110100 11001 1100100 0 1010110 101100 11101 101001011 1001100 101000

Color Harmonies of #B41964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41964

Black with #B41964

Text Example


Text Example

White with #B41964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41964; }

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

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

background-color css

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

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

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

border-color css

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

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

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