#941460

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

Shades of Jazzberry Jam #941460

Tints of Jazzberry Jam #941460

Color information

#941460 (or 0x941460) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 14 and 60. RGB value is (148,20,96). Sum of RGB (Red+Green+Blue) = 148+20+96=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #941460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941460 is #6BEB9F. Grayscale: #424242. Windows color (decimal): -7072672 or 6296724. OLE color: 6296724.

HSL color Cylindrical-coordinate representation of color #941460: hue angle of 324.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941460 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1482096-
CMYK00.860.350.42
HSL324.38º76.19%32.94%-
HSV(B)324.38º86.49%58.04%-
XYZ14.577.6411.77-
YUV66.94144.41185.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=56.06%
G=7.58%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148209600.860.350.42324.3876.1932.94
Hex941460056232A1444c21
Octal224241400126435250411441
Binary10010100101001100000010101101000111010101010001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941460; }

 p { color: rgb(148,20,96); }

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

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

 a { background-color: rgb(148,20,96); }

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

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

 span { border-color: rgb(148,20,96); }

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