Html Css Color HEX #B40849 Jazzberry Jam

📋 copy color: '#B40849'

red 180 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #B40849

Tints of Jazzberry Jam #B40849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 68.97%
G = 3.07%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B40849 (or 0xB40849) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 49. RGB value is (180,8,73). Sum of RGB (Red+Green+Blue) = 180+8+73=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B40849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40849 is #4BF7B6. Grayscale: #424242. Windows color (decimal): -4978615 or 4786356. OLE color: 4786356.

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

Color convert

RGB 180 8 73 -
CMYK 0 0.96 0.59 0.29
HSL 337.33º 0.91% 0.37% -
HSV(B) 337.33º 0.96% 0.71% -
XYZ 20.11 10.36 7.24 -
YUV 66.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 180 8 73 0 0.96 0.59 0.29 337.33 0.91 0.37
Hex B4 8 49 0 60 3B 1D 151 5B 25
Octal 264 10 111 0 140 73 35 521 133 45
Binary 10110100 1000 1001001 0 1100000 111011 11101 101010001 1011011 100101

Color Harmonies of #B40849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40849

Black with #B40849

Text Example


Text Example

White with #B40849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40849; }

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

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

background-color css

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

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

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

border-color css

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

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

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