Html Css Color HEX #B41A57 Jazzberry Jam

📋 copy color: '#B41A57'

red 180 ◦ green 26 ◦ blue 87

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

Shades of Jazzberry Jam #B41A57

Tints of Jazzberry Jam #B41A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 87 (34.38% from 255) = 29.69%

R = 61.43%
G = 8.87%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B41A57 (or 0xB41A57) is known color: Jazzberry Jam. HEX triplet: B4, 1A and 57. RGB value is (180,26,87). Sum of RGB (Red+Green+Blue) = 180+26+87=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A57 is #4BE5A8. Grayscale: #4E4E4E. Windows color (decimal): -4973993 or 5708468. OLE color: 5708468.

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

Color convert

RGB 180 26 87 -
CMYK 0 0.86 0.52 0.29
HSL 336.23º 0.75% 0.4% -
HSV(B) 336.23º 0.86% 0.71% -
XYZ 20.91 11.13 10.06 -
YUV 79 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 180 26 87 0 0.86 0.52 0.29 336.23 0.75 0.4
Hex B4 1A 57 0 56 34 1D 150 4B 28
Octal 264 32 127 0 126 64 35 520 113 50
Binary 10110100 11010 1010111 0 1010110 110100 11101 101010000 1001011 101000

Color Harmonies of #B41A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A57

Black with #B41A57

Text Example


Text Example

White with #B41A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A57; }

 p { color: rgb(180,26,87); }

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

background-color css

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

 a { background-color: rgb(180,26,87); }

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

border-color css

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

 span { border-color: rgb(180,26,87); }

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