#950B49

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

Shades of Jazzberry Jam #950B49

Tints of Jazzberry Jam #950B49

Color information

#950B49 (or 0x950B49) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0B and 49. RGB value is (149,11,73). Sum of RGB (Red+Green+Blue) = 149+11+73=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B49 is #6AF4B6. Grayscale: #3B3B3B. Windows color (decimal): -7009463 or 4787093. OLE color: 4787093.

HSL color Cylindrical-coordinate representation of color #950B49: hue angle of 333.04º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B49 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1491173-
CMYK00.930.510.42
HSL333.04º86.25%31.37%-
HSV(B)333.04º92.62%58.43%-
XYZ13.727.116.95-
YUV59.33135.72191.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 11 (4.69% from 255) = 4.72%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=63.95%
G=4.72%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149117300.930.510.42333.0486.2531.37
Hex95B4905D332A14d561f
Octal225131110135635251512637
Binary100101011011100100101011101110011101010101001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950B49; }

 p { color: rgb(149,11,73); }

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

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

 a { background-color: rgb(149,11,73); }

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

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

 span { border-color: rgb(149,11,73); }

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