#950B57

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

Shades of Jazzberry Jam #950B57

Tints of Jazzberry Jam #950B57

Color information

#950B57 (or 0x950B57) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0B and 57. RGB value is (149,11,87). Sum of RGB (Red+Green+Blue) = 149+11+87=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #950B57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B57 is #6AF4A8. Grayscale: #3C3C3C. Windows color (decimal): -7009449 or 5704597. OLE color: 5704597.

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

Color convert

RGB1491187-
CMYK00.930.420.42
HSL326.96º86.25%31.37%-
HSV(B)326.96º92.62%58.43%-
XYZ14.237.329.68-
YUV60.93142.72190.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=60.32%
G=4.45%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149118700.930.420.42326.9686.2531.37
Hex95B5705D2A2A147561f
Octal225131270135525250712637
Binary100101011011101011101011101101010101010101000111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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