Html Css Color HEX #B40559 Jazzberry Jam

📋 copy color: '#B40559'

red 180 ◦ green 5 ◦ blue 89

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

Shades of Jazzberry Jam #B40559

Tints of Jazzberry Jam #B40559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 65.69%
G = 1.82%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B40559 (or 0xB40559) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 59. RGB value is (180,5,89). Sum of RGB (Red+Green+Blue) = 180+5+89=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B40559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40559 is #4BFAA6. Grayscale: #424242. Windows color (decimal): -4979367 or 5834164. OLE color: 5834164.

HSL color Cylindrical-coordinate representation of color #B40559: hue angle of 331.2º 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 #B40559 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 89 -
CMYK 0 0.97 0.51 0.29
HSL 331.2º 0.95% 0.36% -
HSV(B) 331.2º 0.97% 0.71% -
XYZ 20.68 10.53 10.39 -
YUV 66.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 180 5 89 0 0.97 0.51 0.29 331.2 0.95 0.36
Hex B4 5 59 0 61 33 1D 14B 5F 24
Octal 264 5 131 0 141 63 35 513 137 44
Binary 10110100 101 1011001 0 1100001 110011 11101 101001011 1011111 100100

Color Harmonies of #B40559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40559

Black with #B40559

Text Example


Text Example

White with #B40559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40559; }

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

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

background-color css

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

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

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

border-color css

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

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

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