#940447

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

Shades of Jazzberry Jam #940447

Tints of Jazzberry Jam #940447

Color information

#940447 (or 0x940447) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 04 and 47. RGB value is (148,4,71). Sum of RGB (Red+Green+Blue) = 148+4+71=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #940447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940447 is #6BFBB8. Grayscale: #363636. Windows color (decimal): -7076793 or 4654228. OLE color: 4654228.

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

Color convert

RGB148471-
CMYK00.970.520.42
HSL332.08º94.74%29.8%-
HSV(B)332.08º97.3%58.04%-
XYZ13.396.846.58-
YUV54.69137.21194.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.37%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=66.37%
G=1.79%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14847100.970.520.42332.0894.7429.8
Hex94447061342A14c5f1e
Octal22441070141645251413736
Binary10010100100100011101100001110100101010101001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940447; }

 p { color: rgb(148,4,71); }

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

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

 a { background-color: rgb(148,4,71); }

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

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

 span { border-color: rgb(148,4,71); }

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