#940451

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

Shades of Jazzberry Jam #940451

Tints of Jazzberry Jam #940451

Color information

#940451 (or 0x940451) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 04 and 51. RGB value is (148,4,81). Sum of RGB (Red+Green+Blue) = 148+4+81=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #940451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940451 is #6BFBAE. Grayscale: #373737. Windows color (decimal): -7076783 or 5309588. OLE color: 5309588.

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

Color convert

RGB148481-
CMYK00.970.450.42
HSL327.92º94.74%29.8%-
HSV(B)327.92º97.3%58.04%-
XYZ13.746.988.41-
YUV55.83142.21193.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=63.52%
G=1.72%
B=34.76%

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
Decimal14848100.970.450.42327.9294.7429.8
Hex944510612D2A1485f1e
Octal22441210141555251013736
Binary10010100100101000101100001101101101010101001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940451; }

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

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

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

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

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

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

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

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