#950940

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

Shades of Jazzberry Jam #950940

Tints of Jazzberry Jam #950940

Color information

#950940 (or 0x950940) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 09 and 40. RGB value is (149,9,64). Sum of RGB (Red+Green+Blue) = 149+9+64=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #950940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950940 is #6AF6BF. Grayscale: #393939. Windows color (decimal): -7009984 or 4196757. OLE color: 4196757.

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

Color convert

RGB149964-
CMYK00.940.570.42
HSL336.43º88.61%30.98%-
HSV(B)336.43º93.96%58.43%-
XYZ13.426.965.49-
YUV57.13131.88193.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.12%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=67.12%
G=4.05%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14996400.940.570.42336.4388.6130.98
Hex9594005E392A150591f
Octal225111000136715252013137
Binary100101011001100000001011110111001101010101010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950940; }

 p { color: rgb(149,9,64); }

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

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

 a { background-color: rgb(149,9,64); }

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

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

 span { border-color: rgb(149,9,64); }

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