Html Css Color HEX #B41C5D Jazzberry Jam

📋 copy color: '#B41C5D'

red 180 ◦ green 28 ◦ blue 93

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

Shades of Jazzberry Jam #B41C5D

Tints of Jazzberry Jam #B41C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 59.8%
G = 9.3%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B41C5D (or 0xB41C5D) is known color: Jazzberry Jam. HEX triplet: B4, 1C and 5D. RGB value is (180,28,93). Sum of RGB (Red+Green+Blue) = 180+28+93=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C5D is #4BE3A2. Grayscale: #505050. Windows color (decimal): -4973475 or 6102196. OLE color: 6102196.

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

Color convert

RGB 180 28 93 -
CMYK 0 0.84 0.48 0.29
HSL 334.34º 0.73% 0.41% -
HSV(B) 334.34º 0.84% 0.71% -
XYZ 21.21 11.32 11.42 -
YUV 80.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 180 28 93 0 0.84 0.48 0.29 334.34 0.73 0.41
Hex B4 1C 5D 0 54 30 1D 14E 49 29
Octal 264 34 135 0 124 60 35 516 111 51
Binary 10110100 11100 1011101 0 1010100 110000 11101 101001110 1001001 101001

Color Harmonies of #B41C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C5D

Black with #B41C5D

Text Example


Text Example

White with #B41C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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