Html Css Color HEX #B41953 Jazzberry Jam

📋 copy color: '#B41953'

red 180 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #B41953

Tints of Jazzberry Jam #B41953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.82%

R = 62.5%
G = 8.68%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B41953 (or 0xB41953) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 53. RGB value is (180,25,83). Sum of RGB (Red+Green+Blue) = 180+25+83=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B41953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41953 is #4BE6AC. Grayscale: #4D4D4D. Windows color (decimal): -4974253 or 5446068. OLE color: 5446068.

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

Color convert

RGB 180 25 83 -
CMYK 0 0.86 0.54 0.29
HSL 337.55º 0.76% 0.4% -
HSV(B) 337.55º 0.86% 0.71% -
XYZ 20.73 11.02 9.22 -
YUV 77.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 180 25 83 0 0.86 0.54 0.29 337.55 0.76 0.4
Hex B4 19 53 0 56 36 1D 152 4C 28
Octal 264 31 123 0 126 66 35 522 114 50
Binary 10110100 11001 1010011 0 1010110 110110 11101 101010010 1001100 101000

Color Harmonies of #B41953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41953

Black with #B41953

Text Example


Text Example

White with #B41953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41953; }

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

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

background-color css

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

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

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

border-color css

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

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

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