Html Css Color HEX #B40D55 Jazzberry Jam

📋 copy color: '#B40D55'

red 180 ◦ green 13 ◦ blue 85

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

Shades of Jazzberry Jam #B40D55

Tints of Jazzberry Jam #B40D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 64.75%
G = 4.68%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B40D55 (or 0xB40D55) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 55. RGB value is (180,13,85). Sum of RGB (Red+Green+Blue) = 180+13+85=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D55 is #4BF2AA. Grayscale: #474747. Windows color (decimal): -4977323 or 5574068. OLE color: 5574068.

HSL color Cylindrical-coordinate representation of color #B40D55: hue angle of 334.13º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D55 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 13 85 -
CMYK 0 0.93 0.53 0.29
HSL 334.13º 0.87% 0.38% -
HSV(B) 334.13º 0.93% 0.71% -
XYZ 20.61 10.65 9.56 -
YUV 71.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 180 13 85 0 0.93 0.53 0.29 334.13 0.87 0.38
Hex B4 D 55 0 5D 35 1D 14E 57 26
Octal 264 15 125 0 135 65 35 516 127 46
Binary 10110100 1101 1010101 0 1011101 110101 11101 101001110 1010111 100110

Color Harmonies of #B40D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D55

Black with #B40D55

Text Example


Text Example

White with #B40D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D55; }

 p { color: rgb(180,13,85); }

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

background-color css

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

 a { background-color: rgb(180,13,85); }

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

border-color css

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

 span { border-color: rgb(180,13,85); }

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