#950449

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

Shades of Jazzberry Jam #950449

Tints of Jazzberry Jam #950449

Color information

#950449 (or 0x950449) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 49. RGB value is (149,4,73). Sum of RGB (Red+Green+Blue) = 149+4+73=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950449 is #6AFBB6. Grayscale: #373737. Windows color (decimal): -7011255 or 4785301. OLE color: 4785301.

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

Color convert

RGB149473-
CMYK00.970.510.42
HSL331.45º94.77%30%-
HSV(B)331.45º97.32%58.43%-
XYZ13.646.966.93-
YUV55.22138.04194.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=65.93%
G=1.77%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14947300.970.510.42331.4594.7730
Hex95449061332A14b5f1e
Octal22541110141635251313736
Binary10010101100100100101100001110011101010101001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950449; }

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

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

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

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

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

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

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

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