Html Css Color HEX #B40949 Jazzberry Jam

📋 copy color: '#B40949'

red 180 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #B40949

Tints of Jazzberry Jam #B40949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 68.7%
G = 3.44%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B40949 (or 0xB40949) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 49. RGB value is (180,9,73). Sum of RGB (Red+Green+Blue) = 180+9+73=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B40949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40949 is #4BF6B6. Grayscale: #434343. Windows color (decimal): -4978359 or 4786612. OLE color: 4786612.

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

Color convert

RGB 180 9 73 -
CMYK 0 0.95 0.59 0.29
HSL 337.54º 0.9% 0.37% -
HSV(B) 337.54º 0.95% 0.71% -
XYZ 20.12 10.38 7.25 -
YUV 67.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 180 9 73 0 0.95 0.59 0.29 337.54 0.9 0.37
Hex B4 9 49 0 5F 3B 1D 152 5A 25
Octal 264 11 111 0 137 73 35 522 132 45
Binary 10110100 1001 1001001 0 1011111 111011 11101 101010010 1011010 100101

Color Harmonies of #B40949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40949

Black with #B40949

Text Example


Text Example

White with #B40949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40949; }

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

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

background-color css

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

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

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

border-color css

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

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

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