Html Css Color HEX #B40449 Jazzberry Jam

📋 copy color: '#B40449'

red 180 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #B40449

Tints of Jazzberry Jam #B40449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 70.04%
G = 1.56%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B40449 (or 0xB40449) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 49. RGB value is (180,4,73). Sum of RGB (Red+Green+Blue) = 180+4+73=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B40449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40449 is #4BFBB6. Grayscale: #404040. Windows color (decimal): -4979639 or 4785332. OLE color: 4785332.

HSL color Cylindrical-coordinate representation of color #B40449: hue angle of 336.48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40449 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 73 -
CMYK 0 0.98 0.59 0.29
HSL 336.48º 0.96% 0.36% -
HSV(B) 336.48º 0.98% 0.71% -
XYZ 20.07 10.27 7.23 -
YUV 64.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 180 4 73 0 0.98 0.59 0.29 336.48 0.96 0.36
Hex B4 4 49 0 62 3B 1D 150 60 24
Octal 264 4 111 0 142 73 35 520 140 44
Binary 10110100 100 1001001 0 1100010 111011 11101 101010000 1100000 100100

Color Harmonies of #B40449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40449

Black with #B40449

Text Example


Text Example

White with #B40449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40449; }

 p { color: rgb(180,4,73); }

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

background-color css

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

 a { background-color: rgb(180,4,73); }

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

border-color css

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

 span { border-color: rgb(180,4,73); }

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