Html Css Color HEX #B40550 Jazzberry Jam

📋 copy color: '#B40550'

red 180 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B40550

Tints of Jazzberry Jam #B40550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 67.92%
G = 1.89%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B40550 (or 0xB40550) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 50. RGB value is (180,5,80). Sum of RGB (Red+Green+Blue) = 180+5+80=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B40550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40550 is #4BFAAF. Grayscale: #414141. Windows color (decimal): -4979376 or 5244340. OLE color: 5244340.

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

Color convert

RGB 180 5 80 -
CMYK 0 0.97 0.56 0.29
HSL 334.29º 0.95% 0.36% -
HSV(B) 334.29º 0.97% 0.71% -
XYZ 20.32 10.39 8.52 -
YUV 65.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 180 5 80 0 0.97 0.56 0.29 334.29 0.95 0.36
Hex B4 5 50 0 61 38 1D 14E 5F 24
Octal 264 5 120 0 141 70 35 516 137 44
Binary 10110100 101 1010000 0 1100001 111000 11101 101001110 1011111 100100

Color Harmonies of #B40550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40550

Black with #B40550

Text Example


Text Example

White with #B40550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40550; }

 p { color: rgb(180,5,80); }

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

background-color css

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

 a { background-color: rgb(180,5,80); }

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

border-color css

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

 span { border-color: rgb(180,5,80); }

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