#B40D63

Color #B40D63 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B40D63

Tints of Jazzberry Jam #B40D63

Color information

#B40D63 (or 0xB40D63) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0D and 63. RGB value is (180,13,99). Sum of RGB (Red+Green+Blue) = 180+13+99=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D63 is #4BF29C. Grayscale: #484848. Windows color (decimal): -4977309 or 6491572. OLE color: 6491572.

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

Color convert

RGB1801399-
CMYK00.930.450.29
HSL329.1º86.53%37.84%-
HSV(B)329.1º92.78%70.59%-
XYZ21.2210.8912.79-
YUV72.74142.83204.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 13 (5.47% from 255) = 4.45%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=61.64%
G=4.45%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180139900.930.450.29329.186.5337.84
HexB4D6305D2D1D1495726
Octal264151430135553551112746
Binary101101001101110001101011101101101111011010010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D63; }

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

 H1.HeaderClassName
 {
   color: #B40D63;
 }
 .AnyTagClassName
 {
   color: #B40D63;
 }
</style>
background-color css

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

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

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

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

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

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