Html Css Color HEX #B41C5B Jazzberry Jam

📋 copy color: '#B41C5B'

red 180 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #B41C5B

Tints of Jazzberry Jam #B41C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 60.2%
G = 9.36%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B41C5B (or 0xB41C5B) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 5B. RGB value is (180,28,91). Sum of RGB (Red+Green+Blue) = 180+28+91=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5B is #4BE3A4. Grayscale: #505050. Windows color (decimal): -4973477 or 5971124. OLE color: 5971124.

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

Color convert

RGB 180 28 91 -
CMYK 0 0.84 0.49 0.29
HSL 335.13º 0.73% 0.41% -
HSV(B) 335.13º 0.84% 0.71% -
XYZ 21.13 11.29 10.96 -
YUV 80.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 180 28 91 0 0.84 0.49 0.29 335.13 0.73 0.41
Hex B4 1C 5B 0 54 31 1D 14F 49 29
Octal 264 34 133 0 124 61 35 517 111 51
Binary 10110100 11100 1011011 0 1010100 110001 11101 101001111 1001001 101001

Color Harmonies of #B41C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C5B

Black with #B41C5B

Text Example


Text Example

White with #B41C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C5B; }

 p { color: rgb(180,28,91); }

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

background-color css

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

 a { background-color: rgb(180,28,91); }

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

border-color css

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

 span { border-color: rgb(180,28,91); }

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