#940650

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

Shades of Jazzberry Jam #940650

Tints of Jazzberry Jam #940650

Color information

#940650 (or 0x940650) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 06 and 50. RGB value is (148,6,80). Sum of RGB (Red+Green+Blue) = 148+6+80=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #940650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940650 is #6BF9AF. Grayscale: #383838. Windows color (decimal): -7076272 or 5244564. OLE color: 5244564.

HSL color Cylindrical-coordinate representation of color #940650: hue angle of 328.73º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940650 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB148680-
CMYK00.960.460.42
HSL328.73º92.21%30.2%-
HSV(B)328.73º95.95%58.04%-
XYZ13.737.018.22-
YUV56.89141.04192.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=63.25%
G=2.56%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14868000.960.460.42328.7392.2130.2
Hex946500602E2A1495c1e
Octal22461200140565251113436
Binary10010100110101000001100000101110101010101001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940650; }

 p { color: rgb(148,6,80); }

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

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

 a { background-color: rgb(148,6,80); }

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

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

 span { border-color: rgb(148,6,80); }

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