Html Css Color HEX #B41764 Jazzberry Jam

📋 copy color: '#B41764'

red 180 ◦ green 23 ◦ blue 100

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

Shades of Jazzberry Jam #B41764

Tints of Jazzberry Jam #B41764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 59.41%
G = 7.59%
B = 33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B41764 (or 0xB41764) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 64. RGB value is (180,23,100). Sum of RGB (Red+Green+Blue) = 180+23+100=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B41764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41764 is #4BE89B. Grayscale: #4E4E4E. Windows color (decimal): -4974748 or 6559668. OLE color: 6559668.

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

Color convert

RGB 180 23 100 -
CMYK 0 0.87 0.44 0.29
HSL 330.57º 0.77% 0.4% -
HSV(B) 330.57º 0.87% 0.71% -
XYZ 21.43 11.24 13.1 -
YUV 78.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 180 23 100 0 0.87 0.44 0.29 330.57 0.77 0.4
Hex B4 17 64 0 57 2C 1D 14B 4D 28
Octal 264 27 144 0 127 54 35 513 115 50
Binary 10110100 10111 1100100 0 1010111 101100 11101 101001011 1001101 101000

Color Harmonies of #B41764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41764

Black with #B41764

Text Example


Text Example

White with #B41764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41764; }

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

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

background-color css

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

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

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

border-color css

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

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

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