#950552

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

Shades of Jazzberry Jam #950552

Tints of Jazzberry Jam #950552

Color information

#950552 (or 0x950552) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 52. RGB value is (149,5,82). Sum of RGB (Red+Green+Blue) = 149+5+82=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950552 is #6AFAAD. Grayscale: #383838. Windows color (decimal): -7010990 or 5375381. OLE color: 5375381.

HSL color Cylindrical-coordinate representation of color #950552: hue angle of 327.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950552 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB149582-
CMYK00.970.450.42
HSL327.92º93.51%30.2%-
HSV(B)327.92º96.64%58.43%-
XYZ13.977.118.62-
YUV56.83142.21193.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=63.14%
G=2.12%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14958200.970.450.42327.9293.5130.2
Hex955520612D2A1485e1e
Octal22551220141555251013636
Binary10010101101101001001100001101101101010101001000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950552; }

 p { color: rgb(149,5,82); }

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

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

 a { background-color: rgb(149,5,82); }

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

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

 span { border-color: rgb(149,5,82); }

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